mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 03:50:02 +03:00
Fixed missing conditional, incremented parameter group version, added
config reset.
This commit is contained in:
parent
09fce7f1fa
commit
f7134580f8
4 changed files with 11 additions and 12 deletions
|
@ -4634,8 +4634,10 @@ static void printConfig(char *cmdline, bool doDiff)
|
|||
cliPrintHashLine("name");
|
||||
printName(dumpMask, &pilotConfig_Copy);
|
||||
|
||||
#ifdef USE_OSD
|
||||
cliPrintHashLine("display_name");
|
||||
printDisplayName(dumpMask, &pilotConfig_Copy);
|
||||
#endif
|
||||
|
||||
#ifdef USE_RESOURCE_MGMT
|
||||
cliPrintHashLine("resources");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue