From 836cc2c2df2fd17c11641ef3672d3d121af7feae Mon Sep 17 00:00:00 2001 From: sh123 Date: Fri, 26 Apr 2019 10:07:01 +0300 Subject: [PATCH] Increase spread factor up to 11 and rate to 7 --- loraprs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/loraprs.h b/loraprs.h index a9859f9..71a9a3d 100644 --- a/loraprs.h +++ b/loraprs.h @@ -18,8 +18,8 @@ public: const byte CfgPinDio0 = 14; const int CfgBw = 20e3; - const byte CfgSpread = 10; - const byte CfgCodingRate = 6; + const byte CfgSpread = 11; + const byte CfgCodingRate = 7; const byte CfgSync = 0xf3; const byte CfgPower = 20;