Generalized-Core-Counter 3.20
Particle-based generalized core counter firmware
Loading...
Searching...
No Matches
Version.cpp
Go to the documentation of this file.
1#include "Version.h"
2
3// Bump this string and the release notes on each new release.
4// Keep the value in sync with the Doxyfile PROJECT_NUMBER.
5
6const char* FIRMWARE_VERSION = "3.20";
7const char* FIRMWARE_RELEASE_NOTES = "Added PMIC monitoring for Boron";
const char * FIRMWARE_VERSION
Definition Version.cpp:6
const char * FIRMWARE_RELEASE_NOTES
Definition Version.cpp:7
Firmware release metadata (version and notes).