We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a763ea + 1ce8604 commit 9e0b767Copy full SHA for 9e0b767
src/src/tx_main.cpp
@@ -1569,7 +1569,7 @@ void loop()
1569
#if defined(RADIO_LR1121)
1570
// Send half of the bind packets on the 2.4GHz domain
1571
if (BindingSendCount == BindingSpamAmount / 2) {
1572
- SetRFLinkRate(RATE_DUALBAND_BINDING);
+ SetRFLinkRate(enumRatetoIndex(RATE_DUALBAND_BINDING));
1573
// Increment BindingSendCount so that SetRFLinkRate is only called once.
1574
BindingSendCount++;
1575
}
0 commit comments