mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
Add new line
This commit is contained in:
parent
2689208408
commit
4c1b4a63be
1 changed files with 1 additions and 1 deletions
|
@ -1999,7 +1999,7 @@ void cliDumpProfile(uint8_t profileIndex) {
|
|||
changeProfile(profileIndex);
|
||||
cliPrint("\r\n# profile\r\n");
|
||||
cliProfile("");
|
||||
cliPrintf("############################# PROFILE VALUES ####################################");
|
||||
cliPrintf("############################# PROFILE VALUES ####################################\r\n");
|
||||
cliProfile("");
|
||||
printSectionBreak();
|
||||
dumpValues(PROFILE_VALUE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue