mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-05-04 15:45:04 -04:00
RX turnaround timing
This commit is contained in:
parent
be98b0d7f7
commit
8a604f911b
2 changed files with 7 additions and 6 deletions
2
Config.h
2
Config.h
|
@ -46,7 +46,7 @@
|
|||
const long serial_baudrate = 115200;
|
||||
const int rssi_offset = 164;
|
||||
|
||||
const int lora_rx_turnaround_ms = 5;
|
||||
const int lora_rx_turnaround_ms = 50;
|
||||
|
||||
// Default LoRa settings
|
||||
int lora_sf = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue