RSSI ENV and sign

This commit is contained in:
Egor
2025-01-05 18:03:02 -08:00
parent 87ea49c1d3
commit 83d580c2c4
3 changed files with 63 additions and 12 deletions
+1 -1
View File
@@ -352,7 +352,7 @@ LoRaConfig *configureLora(String cfg)
bw : 500,
sf : 7,
cr : 5,
tx_power : 1,
tx_power : DEFAULT_LORA_TX_POWER,
preamble_len : 8,
sync_word : 0x1e,
crc : false,
+5
View File
@@ -73,6 +73,11 @@ LoRaConfig *configureLora(String cfg);
#ifndef DEFAULT_LORA_ENABLED
#define DEFAULT_LORA_ENABLED false
#endif
#ifndef DEFAULT_LORA_TX_POWER
#define DEFAULT_LORA_TX_POWER 1
#endif
#define CREATE_MISSING_CONFIG true
struct Config
{