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;