lmic:config.h: increased clock_error from 3 to 30 for better joining
This commit is contained in:
parent
8c0ad6f849
commit
a2b0cc7315
@ -34,7 +34,7 @@
|
||||
// faster or slower. This causes the transceiver to be earlier switched on,
|
||||
// so consuming more power. You may sharpen (reduce) this value if you are
|
||||
// limited on battery.
|
||||
#define CLOCK_ERROR_PROCENTAGE 3
|
||||
#define CLOCK_ERROR_PROCENTAGE 30
|
||||
|
||||
// Set this to 1 to enable some basic debug output (using printf) about
|
||||
// RF settings used during transmission and reception. Set to 2 to
|
||||
|
Loading…
Reference in New Issue
Block a user