mirror of
https://github.com/Genaker/LoraSA.git
synced 2026-07-06 01:42:17 +02:00
RSSI ENV and sign
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user