mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
Added printing of line of '#' after profile switch during dump to prevent buffer overrun on restore.
This commit is contained in:
parent
4ec5166c0f
commit
4cc2718d59
1 changed files with 1 additions and 0 deletions
|
@ -1986,6 +1986,7 @@ void cliDumpProfile(uint8_t profileIndex) {
|
|||
changeProfile(profileIndex);
|
||||
cliPrint("\r\n# profile\r\n");
|
||||
cliProfile("");
|
||||
cliPrintf("################################################################################");
|
||||
printSectionBreak();
|
||||
dumpValues(PROFILE_VALUE);
|
||||
uint8_t currentRateIndex = currentProfile->activeRateProfile;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue