personalNote1

This commit is contained in:
richonguzman
2024-06-26 13:05:45 -04:00
parent ad1129c588
commit ab9443140b
6 changed files with 28 additions and 7 deletions
+3 -3
View File
@@ -179,15 +179,15 @@ namespace WEB_Utils {
Config.ota.password = request->getParam("ota.password", true)->value();
Config.rememberStationTime = request->getParam("other.rememberStationTime", true)->value().toInt();
Config.rememberStationTime = request->getParam("other.rememberStationTime", true)->value().toInt();
Config.backupDigiMode = request->hasParam("other.backupDigiMode", true);
Config.lowPowerMode = request->hasParam("other.lowPowerMode", true);
Config.lowVoltageCutOff = request->getParam("other.lowVoltageCutOff", true)->value().toDouble();
Config.personalNote = request->getParam("personalNote", true)->value();
Config.writeFile();
AsyncWebServerResponse *response = request->beginResponse(302, "text/html", "");