mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-05-06 16:45:01 -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_status();
|
||||
|
||||
LoRa.setFrequency(0);
|
||||
if (!op_mode == MODE_TNC) LoRa.setFrequency(0);
|
||||
}
|
||||
|
||||
void lora_receive() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue