Merge pull request #1691 from mikeller/fix_cli_minimal_verbosity_configurator
Fix to allow configurator to detect the FC entering CLI when CLI_MINIMAL_VERBOSITY is defined.
This commit is contained in:
commit
e068d644ea
|
@ -2963,8 +2963,11 @@ 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…
Reference in New Issue