mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Fixed RX / telemetry port sharing for iBus.
This commit is contained in:
parent
c6452a55cc
commit
4ef9743d1b
17 changed files with 39 additions and 29 deletions
|
@ -290,7 +290,7 @@ bool isSerialConfigValid(const serialConfig_t *serialConfigToCheck)
|
|||
if ((portConfig->functionMask & FUNCTION_MSP) && (portConfig->functionMask & ALL_FUNCTIONS_SHARABLE_WITH_MSP)) {
|
||||
// MSP & telemetry
|
||||
#ifdef USE_TELEMETRY
|
||||
} else if (telemetryCheckRxPortShared(portConfig)) {
|
||||
} else if (telemetryCheckRxPortShared(portConfig, rxConfig()->serialrx_provider)) {
|
||||
// serial RX & telemetry
|
||||
#endif
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue