Merge pull request #205 from mikeller/betaflight
Added 'rateprofile X' header to rateprofile dump in 'dump profile'.
This commit is contained in:
commit
3f396be34b
7981
betaflight_CC3D.hex
7981
betaflight_CC3D.hex
File diff suppressed because it is too large
Load Diff
|
@ -1837,15 +1837,21 @@ static void cliDump(char *cmdline)
|
|||
printSectionBreak();
|
||||
|
||||
dumpValues(PROFILE_VALUE);
|
||||
|
||||
cliPrint("\r\n# rateprofile\r\n");
|
||||
cliRateProfile("");
|
||||
|
||||
printSectionBreak();
|
||||
|
||||
dumpValues(PROFILE_RATE_VALUE);
|
||||
}
|
||||
if (dumpMask & DUMP_RATES) {
|
||||
cliPrint("\r\n# dump rates\r\n");
|
||||
|
||||
cliPrint("\r\n# rateprofile\r\n");
|
||||
cliRateProfile("");
|
||||
|
||||
printSectionBreak();
|
||||
cliPrint("\r\n# dump rates\r\n");
|
||||
|
||||
cliPrint("\r\n# rateprofile\r\n");
|
||||
cliRateProfile("");
|
||||
|
||||
printSectionBreak();
|
||||
|
||||
dumpValues(PROFILE_RATE_VALUE);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue