Skip to content

Commit c70e066

Browse files
committed
JP LBT: fix comment, /32 is default not /16
1 parent f2aad64 commit c70e066

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/helpers/radiolib/RadioLibWrappers.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ bool RadioLibWrapper::isChannelActive() {
212212
// Channel free: reset busy counter and add airtime-scaled jitter.
213213
// JP_LBT_JITTER_DIVISOR controls jitter upper bound:
214214
// /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
215+
// /16 -> SF12/BW125 ~490ms, SF7/BW62.5 ~25ms
216+
// /32 -> SF12/BW125 ~245ms, SF7/BW62.5 ~12ms (default)
217217
_busy_count = 0;
218218
static const uint8_t JP_LBT_JITTER_DIVISOR = 32;
219219
uint32_t airtime_ms = getEstAirtimeFor(MAX_TRANS_UNIT);

0 commit comments

Comments
 (0)