This commit is contained in:
Mark Qvist 2025-01-07 20:33:20 +01:00
parent 5ec063c939
commit 7ce2ed6155
2 changed files with 22 additions and 55 deletions

View file

@ -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;