mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-06-05 21:48:55 -04:00
Cleanup
This commit is contained in:
parent
5ec063c939
commit
7ce2ed6155
2 changed files with 22 additions and 55 deletions
8
Config.h
8
Config.h
|
@ -96,13 +96,7 @@
|
|||
long cw_wait_passed = 0;
|
||||
int csma_cw = -1;
|
||||
|
||||
////////////////////////////////////////
|
||||
float csma_p_min = 0.15;
|
||||
float csma_p_max = 0.333;
|
||||
float csma_b_speed = 0.15;
|
||||
uint8_t csma_p = 85;
|
||||
////////////////////////////////////////
|
||||
|
||||
// LoRa settings
|
||||
int lora_sf = 0;
|
||||
int lora_cr = 5;
|
||||
int lora_txp = 0xFF;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue