Let bindPin follow half-duplex setting.
This commit is contained in:
parent
e1d12a5fd8
commit
bb0e526eab
|
@ -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