Skip to content

Commit d2ed33f

Browse files
committed
Fix #430: increase min rx to tx gap to 0.5 sec
1 parent f88f83c commit d2ed33f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lmic/lmic_bandplan.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184

185185
// this is probably regional, but for now default can be the same
186186
#if !defined(LMICbandplan_TX_RECOVERY_ms)
187-
# define LMICbandplan_TX_RECOVERY_ms 100
187+
# define LMICbandplan_TX_RECOVERY_ms 500
188188
#endif
189189

190190
#define BCN_INTV_osticks sec2osticks(BCN_INTV_sec)

0 commit comments

Comments
 (0)