Merge pull request #4949 from jflyper/bfdev-satbind-honor-halfduplex
Let Spektrum bind pin follow half-duplex setting
This commit is contained in:
commit
7e3386c12e
|
@ -220,8 +220,9 @@ void spektrumBind(rxConfig_t *rxConfig)
|
|||
}
|
||||
break;
|
||||
#endif // USE_TELEMETRY
|
||||
|
||||
default:
|
||||
bindPin = rxPin;
|
||||
bindPin = rxConfig->halfDuplex ? txPin : rxPin;
|
||||
}
|
||||
|
||||
if (!bindPin) {
|
||||
|
|
Loading…
Reference in New Issue