1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 21:05:35 +03:00

Added 'rateprofile X' header to rateprofile dump in 'dump profile'.

This commit is contained in:
mikeller 2016-02-21 18:56:28 +13:00
parent 9d7529af9f
commit ae08ce8dcd

View file

@ -1837,6 +1837,12 @@ 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) {