1
0
Fork 0
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:
Darren Lines 2024-06-02 20:02:12 +01:00
parent b9fd9e3f56
commit 18c7ec44a5

View file

@ -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);