Say to User when to reboot
This commit is contained in:
parent
037bab422e
commit
e10ba9f881
@ -110,7 +110,8 @@ void handleSave() {
|
||||
return;
|
||||
}
|
||||
|
||||
server.send(200, "text/html", "<h1>Configuration Saved</h1>");
|
||||
server.send(200, "text/html", "<h1>Configuration Saved</h1><br/>"
|
||||
"You can reboot now");
|
||||
}
|
||||
|
||||
void handleNotFound() {
|
||||
|
Loading…
Reference in New Issue
Block a user