mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-05-14 21:45:38 +02:00
first test backupDigiMode
This commit is contained in:
@@ -182,6 +182,8 @@ namespace WEB_Utils {
|
||||
Config.lowPowerMode = request->hasParam("other.lowPowerMode", true);
|
||||
Config.lowVoltageCutOff = request->getParam("other.lowVoltageCutOff", true)->value().toDouble();
|
||||
|
||||
Config.backupDigiMode = request->hasParam("other.backupDigiMode", true);
|
||||
|
||||
if (Config.bme.active) {
|
||||
Config.beacon.symbol = "_";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user