mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 20:10:18 +03:00
Display version on the OLED display.
This commit is contained in:
parent
395a1bb9a3
commit
6de42dd0de
3 changed files with 11 additions and 7 deletions
|
@ -1393,11 +1393,9 @@ static void cliVersion(char *cmdline)
|
|||
{
|
||||
UNUSED(cmdline);
|
||||
|
||||
printf("Cleanflight/%s %d.%d.%d %s / %s (%s)",
|
||||
printf("Cleanflight/%s %s %s / %s (%s)",
|
||||
targetName,
|
||||
FC_VERSION_MAJOR,
|
||||
FC_VERSION_MINOR,
|
||||
FC_VERSION_PATCH_LEVEL,
|
||||
FC_VERSION_STRING,
|
||||
buildDate,
|
||||
buildTime,
|
||||
shortGitRevision
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue