mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Merge remote-tracking branch 'betaflight/master' into bfdev-smartaudio
Merge master (with CMS auto repeat enhancement).
This commit is contained in:
commit
03369a0038
13 changed files with 141 additions and 220 deletions
|
@ -3000,6 +3000,10 @@ static void cliEscPassthrough(char *cmdline)
|
|||
{
|
||||
mode = 2;
|
||||
}
|
||||
else if(strncasecmp(pch, "cc", strlen(pch)) == 0)
|
||||
{
|
||||
mode = 4;
|
||||
}
|
||||
else
|
||||
{
|
||||
cliShowParseError();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue