mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Enables retrieval of the RELEASE_NAME using MSP2 (#12878)
Retrieve releasename
This commit is contained in:
parent
16776dc29f
commit
7d1007ea03
6 changed files with 24 additions and 9 deletions
|
@ -47,3 +47,4 @@ extern const char* const buildTime; // "HH:MM:SS"
|
|||
#define MSP_API_VERSION_STRING STR(API_VERSION_MAJOR) "." STR(API_VERSION_MINOR)
|
||||
|
||||
extern const char* const buildKey;
|
||||
extern const char* const releaseName;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue