mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-05-03 03:42:14 +02:00
update to display h and cpp
This commit is contained in:
@@ -210,7 +210,7 @@ namespace WEB_Utils {
|
||||
AsyncWebServerResponse *response = request->beginResponse(302, "text/html", "");
|
||||
response->addHeader("Location", "/");
|
||||
request->send(response);
|
||||
display_toggle(false);
|
||||
displayToggle(false);
|
||||
ESP.restart();
|
||||
}
|
||||
|
||||
@@ -222,7 +222,7 @@ namespace WEB_Utils {
|
||||
|
||||
request->send(200, "text/plain", "Beacon will be sent in a while");
|
||||
} else if (type == "reboot") {
|
||||
display_toggle(false);
|
||||
displayToggle(false);
|
||||
ESP.restart();
|
||||
} else {
|
||||
request->send(404, "text/plain", "Not Found");
|
||||
|
||||
Reference in New Issue
Block a user