Skip to content

Commit 9e0b767

Browse files
authored
Merge pull request ExpressLRS#3446 from CapnBry/dual-binding-rc1
Dual band binding happening on wrong rate
2 parents 0a763ea + 1ce8604 commit 9e0b767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/src/tx_main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1569,7 +1569,7 @@ void loop()
15691569
#if defined(RADIO_LR1121)
15701570
// Send half of the bind packets on the 2.4GHz domain
15711571
if (BindingSendCount == BindingSpamAmount / 2) {
1572-
SetRFLinkRate(RATE_DUALBAND_BINDING);
1572+
SetRFLinkRate(enumRatetoIndex(RATE_DUALBAND_BINDING));
15731573
// Increment BindingSendCount so that SetRFLinkRate is only called once.
15741574
BindingSendCount++;
15751575
}

0 commit comments

Comments
 (0)