mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-05 14:37:05 +00:00
beaconOnRxFreq into beacon config
This commit is contained in:
parent
87a67cd2c9
commit
bec4f4f473
8 changed files with 48 additions and 44 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue