mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2024-07-02 14:34:13 +02:00
Fixed mode check
This commit is contained in:
parent
4a65aef6d6
commit
019c05c80d
@ -137,7 +137,7 @@ void setup() {
|
|||||||
// Validate board health, EEPROM and config
|
// Validate board health, EEPROM and config
|
||||||
validate_status();
|
validate_status();
|
||||||
|
|
||||||
if (!op_mode == MODE_TNC) 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