1
0
Fork 0
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:
jflyper 2016-11-15 16:10:01 +09:00
commit 03369a0038
13 changed files with 141 additions and 220 deletions

View file

@ -3000,6 +3000,10 @@ static void cliEscPassthrough(char *cmdline)
{
mode = 2;
}
else if(strncasecmp(pch, "cc", strlen(pch)) == 0)
{
mode = 4;
}
else
{
cliShowParseError();