From: jacob.eva Date: Tue, 11 Feb 2025 18:22:43 +0000 (+0000) Subject: Increase timeout multiplier and fix an SX1280 TX bug X-Git-Url: https://git.tnoah.ca/?a=commitdiff_plain;h=20b51104a12b728eacd129b73675676606f6b091;p=lora-radio.git Increase timeout multiplier and fix an SX1280 TX bug --- 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;