mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Enable retrieval of the BUILD_KEY using MSP2 (#12264)
* Enable retrieval of the BUILD_KEY using MSP2 * Repositioning
This commit is contained in:
parent
395e8e8983
commit
7604b05a00
5 changed files with 15 additions and 2 deletions
|
@ -42,3 +42,5 @@ extern const char* const buildDate; // "MMM DD YYYY" MMM = Jan/Feb/...
|
|||
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue