mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-05-06 16:35:28 -04:00
EEPROM config and TNC mode
This commit is contained in:
parent
31de28714f
commit
720f34d41f
6 changed files with 66 additions and 34 deletions
6
Config.h
6
Config.h
|
@ -62,9 +62,9 @@
|
|||
const int lora_rx_turnaround_ms = 50;
|
||||
|
||||
// Default LoRa settings
|
||||
int lora_sf = 0;
|
||||
int lora_cr = 5;
|
||||
int lora_txp = 0xFF;
|
||||
int lora_sf = 0;
|
||||
int lora_cr = 5;
|
||||
int lora_txp = 0xFF;
|
||||
uint32_t lora_bw = 0;
|
||||
uint32_t lora_freq = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue