mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-06-02 13:22:11 -04:00
Add CSMA param
This commit is contained in:
parent
22372855b3
commit
68008283a2
1 changed files with 4 additions and 3 deletions
7
Config.h
7
Config.h
|
@ -75,9 +75,10 @@
|
|||
#define LORA_PREAMBLE_TARGET_MS 15
|
||||
#define LORA_CAD_SYMBOLS 3
|
||||
int csma_slot_ms = 50;
|
||||
float csma_p_min = 0.1;
|
||||
float csma_p_max = 0.8;
|
||||
uint8_t csma_p = 0;
|
||||
float csma_p_min = 0.08;
|
||||
float csma_p_max = 0.75;
|
||||
float csma_b_speed = 0.15;
|
||||
uint8_t csma_p = 85;
|
||||
|
||||
int lora_sf = 0;
|
||||
int lora_cr = 5;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue