lorawan.cpp: assert value of CLOCK_ERROR_PROCENTAGE
This commit is contained in:
parent
1858c54799
commit
5c7e4ab9e5
@ -6,6 +6,10 @@ static const char TAG[] = "lora";
|
|||||||
|
|
||||||
#ifdef HAS_LORA
|
#ifdef HAS_LORA
|
||||||
|
|
||||||
|
#if CLOCK_ERROR_PROCENTAGE > 7
|
||||||
|
#warning CLOCK_ERROR_PROCENTAGE value in lmic_config.h is too high; values > 7 will cause side effects
|
||||||
|
#endif
|
||||||
|
|
||||||
osjob_t sendjob;
|
osjob_t sendjob;
|
||||||
QueueHandle_t LoraSendQueue;
|
QueueHandle_t LoraSendQueue;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user