Generalized-Core-Counter 3.20
Particle-based generalized core counter firmware
Loading...
Searching...
No Matches
Version.h File Reference

Firmware release metadata (version and notes). More...

Go to the source code of this file.

Variables

const char * FIRMWARE_RELEASE_NOTES
 One-line summary of this firmware release.
const char * FIRMWARE_VERSION
 Current firmware release string (e.g.

Detailed Description

Firmware release metadata (version and notes).

This header centralizes the firmware version string and a single-line release note so that logging, cloud status, and documentation all stay in sync.

Definition in file Version.h.

Variable Documentation

◆ FIRMWARE_RELEASE_NOTES

const char* FIRMWARE_RELEASE_NOTES
extern

One-line summary of this firmware release.

Definition at line 7 of file Version.cpp.

◆ FIRMWARE_VERSION

const char* FIRMWARE_VERSION
extern

Current firmware release string (e.g.

"3.01").

Definition at line 6 of file Version.cpp.