OSD FIX, RSSI TX, SF

This commit is contained in:
Egor
2025-01-06 20:20:51 -08:00
parent 8e48f63cbe
commit 72b0b8b39d
6 changed files with 19 additions and 6 deletions
+1 -1
View File
@@ -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,