mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-25 17:25:18 +03:00
Invalid value spacing
This commit is contained in:
parent
e5a72001c0
commit
01350bc922
1 changed files with 1 additions and 1 deletions
|
@ -2293,7 +2293,7 @@ static void cliSet(char *cmdline)
|
|||
cliPrintf("%s set to ", name);
|
||||
cliPrintVar(val, 0);
|
||||
} else {
|
||||
cliPrint("Invalid value.");
|
||||
cliPrint("Invalid value. ");
|
||||
cliPrintVarRange(val);
|
||||
cliPrintLinefeed();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue