This commit is contained in:
richonguzman
2025-03-09 10:48:18 -03:00
parent 4c63dd8bb7
commit 1c07c2fb2b
4 changed files with 83 additions and 1 deletions

View File

@@ -216,6 +216,9 @@ namespace WEB_Utils {
Config.ntp.gmtCorrection = request->getParam("ntp.gmtCorrection", true)->value().toFloat();
Config.remoteManagement.managers = request->getParam("remoteManagement.managers", true)->value();
Config.remoteManagement.rfOnly = request->getParam("remoteManagement.rfOnly", true);
Config.writeFile();
AsyncWebServerResponse *response = request->beginResponse(302, "text/html", "");