Say to User when to reboot

This commit is contained in:
Mathieu Maret 2016-03-04 00:46:53 +01:00
parent 037bab422e
commit e10ba9f881
1 changed files with 2 additions and 1 deletions

View File

@ -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() {