mirror of
https://github.com/Genaker/LoraSA.git
synced 2026-08-07 01:13:15 +02:00
OSD FIX, RSSI TX, SF
This commit is contained in:
@@ -350,7 +350,7 @@ LoRaConfig *configureLora(String cfg)
|
||||
LoRaConfig *lora = new LoRaConfig({
|
||||
freq : 0,
|
||||
bw : 500,
|
||||
sf : 7,
|
||||
sf : DEFAULT_LORA_SF,
|
||||
cr : 5,
|
||||
tx_power : DEFAULT_LORA_TX_POWER,
|
||||
preamble_len : 8,
|
||||
|
||||
Reference in New Issue
Block a user