first test backupDigiMode

This commit is contained in:
richonguzman
2024-05-22 16:19:45 -04:00
parent 35fbd7a5dc
commit 5296b19ef2
8 changed files with 62 additions and 40 deletions
+2
View File
@@ -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 = "_";
}