1
0
Fork 0
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:
2019-04-02 16:38:32 +02:00
commit 74aa50705b
15 changed files with 530 additions and 42 deletions

View file

@ -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