mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-05-04 15:35:37 -04:00
Enable fast preamble and change fast preamble length to 4ms
This commit is contained in:
parent
7f493a33d3
commit
55c6bd06a2
2 changed files with 5 additions and 5 deletions
|
@ -34,7 +34,7 @@
|
|||
#define LORA_PREAMBLE_SYMBOLS_HW 4
|
||||
#define LORA_PREAMBLE_SYMBOLS_MIN 18
|
||||
#define LORA_PREAMBLE_TARGET_MS 15
|
||||
#define LORA_PREAMBLE_FAST_TARGET_MS 1
|
||||
#define LORA_PREAMBLE_FAST_TARGET_MS 4
|
||||
#define LORA_FAST_BITRATE_THRESHOLD 40000
|
||||
#define CSMA_SLOT_MAX_MS 100
|
||||
#define CSMA_SLOT_MIN_MS 24
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue