From 1858c54799451be69888480a7660a4d8214e465a Mon Sep 17 00:00:00 2001 From: Klaus K Wilting Date: Tue, 12 Feb 2019 23:56:06 +0100 Subject: [PATCH] lmic.config.h: assert value of CLOCK_ERROR_PROCENTAGE --- src/lmic_config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lmic_config.h b/src/lmic_config.h index a28f24a5..eb9b53c7 100644 --- a/src/lmic_config.h +++ b/src/lmic_config.h @@ -33,7 +33,8 @@ // This tells LMIC to make the receive windows bigger, in case your clock is // 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. +// limited on battery. +// ATTN: VALUES > 7 WILL CAUSE RECEPTION AND JOIN PROBLEMS WITH HIGH SF RATES #define CLOCK_ERROR_PROCENTAGE 3 // Set this to 1 to enable some basic debug output (using printf) about