RX turnaround timing

This commit is contained in:
Mark Qvist 2018-04-26 16:47:03 +02:00
parent be98b0d7f7
commit 8a604f911b
2 changed files with 7 additions and 6 deletions

View file

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