kopia lustrzana https://github.com/sh123/esp32_loraprs
Tuning LoRA parameters
rodzic
4c39798996
commit
7afb80c1b9
|
@ -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;
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue