From a2b0cc7315c6fc9e1ec8518bd3af619c77560b1d Mon Sep 17 00:00:00 2001 From: Klaus K Wilting Date: Sat, 2 Feb 2019 09:11:23 +0100 Subject: [PATCH] lmic:config.h: increased clock_error from 3 to 30 for better joining --- 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 a28f24a5..ea9c532b 100644 --- a/src/lmic_config.h +++ b/src/lmic_config.h @@ -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