mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 20:10:18 +03:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
74aa50705b
15 changed files with 530 additions and 42 deletions
|
@ -3577,7 +3577,9 @@ static void cliEscPassthrough(char *cmdline)
|
|||
pch = strtok_r(NULL, " ", &saveptr);
|
||||
}
|
||||
|
||||
escEnablePassthrough(cliPort, escIndex, mode);
|
||||
if (!escEnablePassthrough(cliPort, &motorConfig()->dev, escIndex, mode)) {
|
||||
cliPrintErrorLinef("Error starting ESC connection");
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue