Skip to content

Commit e95b514

Browse files
committed
NanoGateway: Do not overload processor during idle periods
1 parent 1ee65a0 commit e95b514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/lorawan-nano-gateway/nanogateway.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
TX_ERR_TX_POWER = 'TX_POWER'
3232
TX_ERR_GPS_UNLOCKED = 'GPS_UNLOCKED'
3333

34-
UDP_THREAD_CYCLE_MS = const(1)
34+
UDP_THREAD_CYCLE_MS = const(20)
3535

3636
STAT_PK = {
3737
'stat': {

0 commit comments

Comments
 (0)