mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-05-12 19:32:12 -04:00
Fixed TNC mode init at startup
This commit is contained in:
parent
fc3a3babb1
commit
75e58131b4
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ void setup() {
|
||||||
// Validate board health, EEPROM and config
|
// Validate board health, EEPROM and config
|
||||||
validate_status();
|
validate_status();
|
||||||
|
|
||||||
LoRa.setFrequency(0);
|
if (!op_mode == MODE_TNC) LoRa.setFrequency(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
void lora_receive() {
|
void lora_receive() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue