move ack settings

hid LoRa settings
This commit is contained in:
Timm Bogner 2022-09-26 18:20:58 -05:00
parent eff6c83ccb
commit 6212c58648
2 changed files with 3 additions and 2 deletions

View File

@ -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]

View File

@ -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