beaconOnRxFreq into beacon config

This commit is contained in:
richonguzman 2025-10-15 10:58:30 -03:00
parent 87a67cd2c9
commit bec4f4f473
8 changed files with 48 additions and 44 deletions

View file

@ -284,6 +284,7 @@ namespace Utils {
Serial.println("Tx Freq less than 125kHz from Rx Freq ---> NOT VALID");
displayShow("Tx Freq is less than ", "125kHz from Rx Freq", "device will autofix", "and then reboot", 1000);
Config.loramodule.txFreq = Config.loramodule.rxFreq; // Inform about that but then change the TX QRG to RX QRG and reset the device
Config.beacon.beaconOnRxFreq = false;
Config.writeFile();
ESP.restart();
}