From 20b51104a12b728eacd129b73675676606f6b091 Mon Sep 17 00:00:00 2001 From: "jacob.eva" Date: Tue, 11 Feb 2025 18:22:43 +0000 Subject: [PATCH] Increase timeout multiplier and fix an SX1280 TX bug --- Radio.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Radio.hpp b/Radio.hpp index 34ed9d6..f798e92 100644 --- a/Radio.hpp +++ b/Radio.hpp @@ -62,7 +62,7 @@ #define PHY_HEADER_LORA_SYMBOLS 8 -#define MODEM_TIMEOUT_MULT 1.1 +#define MODEM_TIMEOUT_MULT 1.5 // Status flags const uint8_t SIG_DETECT = 0x01;