1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 11:29:58 +03:00

Adding release name to the build key output (if provided). (#12201)

This commit is contained in:
J Blackman 2023-01-17 10:48:34 +11:00 committed by GitHub
parent d96586d505
commit a7cf8f0c6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4814,7 +4814,11 @@ static void cliStatus(const char *cmdName, char *cmdline)
#endif
#ifdef BUILD_KEY
cliPrintLinef("BUILD KEY: %s", STR(BUILD_KEY));
cliPrintf("BUILD KEY: %s", STR(BUILD_KEY));
#ifdef RELEASE_NAME
cliPrintf(" (%s)", STR(RELEASE_NAME));
#endif
cliPrintLinefeed();
#endif
// Uptime and wall clock