mirror of
https://github.com/timmbogner/Farm-Data-Relay-System
synced 2024-11-08 13:10:29 +00:00
move ack settings
hid LoRa settings
This commit is contained in:
parent
eff6c83ccb
commit
6212c58648
@ -31,5 +31,4 @@
|
||||
//#define LORA_TXPWR 17 // LoRa TX power in dBm (+2dBm - +20dBm), default is +17dBm
|
||||
|
||||
#define LORA_ACK // Request LoRa acknowledgment. Increases battery usage.
|
||||
#define LORA_ACK_TIMEOUT 400 // LoRa ACK timeout in ms. (Minimum = 200)
|
||||
#define LORA_RETRIES 2 // LoRa ACK retries [0 - 3]
|
||||
|
||||
|
@ -20,6 +20,8 @@
|
||||
|
||||
// enable to get detailed info from where single configuration macros have been taken
|
||||
#define DEBUG_NODE_CONFIG
|
||||
#define LORA_ACK_TIMEOUT 400 // LoRa ACK timeout in ms. (Minimum = 200)
|
||||
#define LORA_RETRIES 2 // LoRa ACK automatic retries [0 - 3]
|
||||
|
||||
#ifdef USE_LORA
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user