mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-25 17:25:18 +03:00
Add minimal CLI prompt
This commit is contained in:
parent
ab20b79ee6
commit
87c1f9f7db
1 changed files with 2 additions and 0 deletions
|
@ -3764,6 +3764,8 @@ void cliEnter(serialPort_t *serialPort)
|
|||
|
||||
#ifndef CLI_MINIMAL_VERBOSITY
|
||||
cliPrint("\r\nEntering CLI Mode, type 'exit' to return, or 'help'\r\n");
|
||||
#else
|
||||
cliPrint("\r\nCLI\r\n");
|
||||
#endif
|
||||
cliPrompt();
|
||||
ENABLE_ARMING_FLAG(PREVENT_ARMING);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue