Increase timeout multiplier and fix an SX1280 TX bug

This commit is contained in:
jacob.eva 2025-02-11 18:22:43 +00:00
parent b1ef85a726
commit 20b51104a1
No known key found for this signature in database
GPG Key ID: 0B92E083BBCCAA1E

View File

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