mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 13:25:30 +03:00
Removed FUNCTION_TELEMETRY_CRSF (since it's included in CRSF serial Rx) and FUNCTION_PASSTROUGH (since it can't be preconfigured anyway).
This commit is contained in:
parent
85adc95fef
commit
23e04a41b7
4 changed files with 6 additions and 7 deletions
|
@ -1421,7 +1421,7 @@ static void cliSerialPassthrough(char *cmdline)
|
|||
if (!mode)
|
||||
mode = MODE_RXTX;
|
||||
|
||||
passThroughPort = openSerialPort(id, FUNCTION_PASSTHROUGH, NULL,
|
||||
passThroughPort = openSerialPort(id, FUNCTION_NONE, NULL,
|
||||
baud, mode,
|
||||
SERIAL_NOT_INVERTED);
|
||||
if (!passThroughPort) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue