From 7afb80c1b9818f8084e08b71eb69c809b00be4e9 Mon Sep 17 00:00:00 2001 From: sh123 Date: Thu, 25 Apr 2019 14:28:16 +0300 Subject: [PATCH] Tuning LoRA parameters --- loraprs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/loraprs.h b/loraprs.h index 94b0007..a9859f9 100644 --- a/loraprs.h +++ b/loraprs.h @@ -17,9 +17,9 @@ public: const byte CfgPinRst = 26; const byte CfgPinDio0 = 14; - const int CfgBw = 25e3; - const byte CfgSpread = 9; - const byte CfgCodingRate = 5; + const int CfgBw = 20e3; + const byte CfgSpread = 10; + const byte CfgCodingRate = 6; const byte CfgSync = 0xf3; const byte CfgPower = 20;