We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2aad64 commit c70e066Copy full SHA for c70e066
1 file changed
src/helpers/radiolib/RadioLibWrappers.cpp
@@ -212,8 +212,8 @@ bool RadioLibWrapper::isChannelActive() {
212
// Channel free: reset busy counter and add airtime-scaled jitter.
213
// JP_LBT_JITTER_DIVISOR controls jitter upper bound:
214
// /8 -> SF12/BW125 ~975ms, SF7/BW62.5 ~50ms
215
- // /16 -> SF12/BW125 ~490ms, SF7/BW62.5 ~25ms (default)
216
- // /32 -> SF12/BW125 ~245ms, SF7/BW62.5 ~12ms
+ // /16 -> SF12/BW125 ~490ms, SF7/BW62.5 ~25ms
+ // /32 -> SF12/BW125 ~245ms, SF7/BW62.5 ~12ms (default)
217
_busy_count = 0;
218
static const uint8_t JP_LBT_JITTER_DIVISOR = 32;
219
uint32_t airtime_ms = getEstAirtimeFor(MAX_TRANS_UNIT);
0 commit comments