Increase timeout multiplier and fix an SX1280 TX bug

master
jacob.eva 2 weeks ago
parent b1ef85a726
commit 20b51104a1
No known key found for this signature in database
GPG Key ID: B92E083BBCCAA1E
  1. 2
      Radio.hpp

@ -62,7 +62,7 @@
#define PHY_HEADER_LORA_SYMBOLS 8 #define PHY_HEADER_LORA_SYMBOLS 8
#define MODEM_TIMEOUT_MULT 1.1 #define MODEM_TIMEOUT_MULT 1.5
// Status flags // Status flags
const uint8_t SIG_DETECT = 0x01; const uint8_t SIG_DETECT = 0x01;

Loading…
Cancel
Save