mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
Added serial passthrough settings for Castle Creations
Corrected conditional in setTxSignalEsc
This commit is contained in:
parent
7942765ada
commit
b62e91df15
2 changed files with 31 additions and 8 deletions
|
@ -2994,6 +2994,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