From b667e825f87fa7835c1b005e1997626361d99bfa Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sun, 5 Jan 2025 22:47:28 +0100 Subject: [PATCH] Cleanup --- Config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config.h b/Config.h index b477047..de4a22c 100644 --- a/Config.h +++ b/Config.h @@ -71,7 +71,7 @@ const int lora_post_tx_yield_slots = 6; uint32_t post_tx_yield_timeout = 0; #define LORA_PREAMBLE_SYMBOLS_MIN 12 - #define LORA_PREAMBLE_TARGET_MS 1500 + #define LORA_PREAMBLE_TARGET_MS 15 #define LORA_CAD_SYMBOLS 3 #define CSMA_SLOT_SYMBOLS 12 #define CSMA_SLOT_MAX_MS 100