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 1ee65a0 commit e95b514Copy full SHA for e95b514
examples/lorawan-nano-gateway/nanogateway.py
@@ -31,7 +31,7 @@
31
TX_ERR_TX_POWER = 'TX_POWER'
32
TX_ERR_GPS_UNLOCKED = 'GPS_UNLOCKED'
33
34
-UDP_THREAD_CYCLE_MS = const(1)
+UDP_THREAD_CYCLE_MS = const(20)
35
36
STAT_PK = {
37
'stat': {
0 commit comments