mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 19:40:31 +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
|
@ -4815,7 +4815,7 @@ static void cliStatus(const char *cmdName, char *cmdline)
|
|||
#endif
|
||||
|
||||
#ifdef BUILD_KEY
|
||||
cliPrintf("BUILD KEY: %s", STR(BUILD_KEY));
|
||||
cliPrintf("BUILD KEY: %s", buildKey);
|
||||
#ifdef RELEASE_NAME
|
||||
cliPrintf(" (%s)", STR(RELEASE_NAME));
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue