mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-07-26 00:05:16 -04:00
Updated preamble time calculation
This commit is contained in:
parent
c2683cba75
commit
66d4661c16
1 changed files with 1 additions and 1 deletions
2
Config.h
2
Config.h
|
@ -299,7 +299,7 @@
|
||||||
const int lora_post_tx_yield_slots = 6;
|
const int lora_post_tx_yield_slots = 6;
|
||||||
uint32_t post_tx_yield_timeout = 0;
|
uint32_t post_tx_yield_timeout = 0;
|
||||||
#define LORA_PREAMBLE_SYMBOLS_HW 4
|
#define LORA_PREAMBLE_SYMBOLS_HW 4
|
||||||
#define LORA_PREAMBLE_SYMBOLS_MIN 6
|
#define LORA_PREAMBLE_SYMBOLS_MIN 18
|
||||||
#define LORA_PREAMBLE_TARGET_MS 15
|
#define LORA_PREAMBLE_TARGET_MS 15
|
||||||
#define LORA_CAD_SYMBOLS 3
|
#define LORA_CAD_SYMBOLS 3
|
||||||
int csma_slot_ms = 50;
|
int csma_slot_ms = 50;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue