This commit is contained in:
richonguzman
2025-04-24 15:56:13 -04:00
parent 79405abe06
commit aba82ef3e0
2 changed files with 3 additions and 1 deletions

View File

@@ -224,6 +224,7 @@ namespace WEB_Utils {
response->addHeader("Location", "/");
request->send(response);
displayToggle(false);
delay(200);
ESP.restart();
}