From 6c3641fa4236faad1f1b2e8bddc68f9c30fda4ac Mon Sep 17 00:00:00 2001 From: Verkehrsrot Date: Tue, 19 Mar 2019 20:54:33 +0100 Subject: [PATCH] lmic_config.h: clock error adjusted according mcci --- src/lmic_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lmic_config.h b/src/lmic_config.h index 50c0b4ad..5c3701ef 100644 --- a/src/lmic_config.h +++ b/src/lmic_config.h @@ -35,7 +35,7 @@ // so consuming more power. You may sharpen (reduce) this value if you are // limited on battery. // ATTN: VALUES > 7 WILL CAUSE RECEPTION AND JOIN PROBLEMS WITH HIGH SF RATES -#define CLOCK_ERROR_PROCENTAGE 3 +#define CLOCK_ERROR_PROCENTAGE 5 // Set this to 1 to enable some basic debug output (using printf) about // RF settings used during transmission and reception. Set to 2 to