mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2024-10-01 03:15:39 -04: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_status();
|
||||
|
||||
LoRa.setFrequency(0);
|
||||
if (!op_mode == MODE_TNC) LoRa.setFrequency(0);
|
||||
}
|
||||
|
||||
void lora_receive() {
|
||||
|
Loading…
Reference in New Issue
Block a user