mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-24 16:55:29 +03:00
Fix missed CLI command in the diff
This commit is contained in:
parent
b9fd9e3f56
commit
18c7ec44a5
1 changed files with 1 additions and 1 deletions
|
@ -4145,7 +4145,7 @@ static void printConfig(const char *cmdline, bool doDiff)
|
|||
setConfigBatteryProfile(currentBatteryProfileIndexSave);
|
||||
|
||||
cliPrintHashLine("restore original profile selection");
|
||||
cliPrintLinef("profile %d", currentControlProfileIndexSave + 1);
|
||||
cliPrintLinef("control_profile %d", currentControlProfileIndexSave + 1);
|
||||
cliPrintLinef("mixer_profile %d", currentMixerProfileIndexSave + 1);
|
||||
cliPrintLinef("battery_profile %d", currentBatteryProfileIndexSave + 1);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue