mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-26 01:35:35 +03:00
Merge pull request #9812 from iNavFlight/dzikuvx-fix-ez-tune-cli
Fix missing EzTune settings in dump and diff
This commit is contained in:
commit
20fd86f04b
1 changed files with 1 additions and 0 deletions
|
@ -3359,6 +3359,7 @@ static void cliDumpProfile(uint8_t profileIndex, uint8_t dumpMask)
|
||||||
cliPrintLinef("profile %d\r\n", getConfigProfile() + 1);
|
cliPrintLinef("profile %d\r\n", getConfigProfile() + 1);
|
||||||
dumpAllValues(PROFILE_VALUE, dumpMask);
|
dumpAllValues(PROFILE_VALUE, dumpMask);
|
||||||
dumpAllValues(CONTROL_RATE_VALUE, dumpMask);
|
dumpAllValues(CONTROL_RATE_VALUE, dumpMask);
|
||||||
|
dumpAllValues(EZ_TUNE_VALUE, dumpMask);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void cliBatteryProfile(char *cmdline)
|
static void cliBatteryProfile(char *cmdline)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue