mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2024-07-02 14:34:13 +02:00
Fixed TNC mode init at startup
This commit is contained in:
parent
fc3a3babb1
commit
75e58131b4
@ -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…
Reference in New Issue
Block a user