]> git.tnoah.ca Git - lora-radio.git/commitdiff
Increase timeout multiplier and fix an SX1280 TX bug
authorjacob.eva <x00010@disroot.org>
Tue, 11 Feb 2025 18:22:43 +0000 (18:22 +0000)
committerjacob.eva <x00010@disroot.org>
Tue, 11 Feb 2025 18:22:43 +0000 (18:22 +0000)
Radio.hpp

index 34ed9d6af853eaffec2c367e9edc5bd0d72a9fec..f798e9266b5e9dca7cbbc9dde97c6473422cb9fe 100644 (file)
--- 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;