firmware wip - typ in wipe page
This commit is contained in:
parent
4b3734c219
commit
72bb58ca08
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
/* CanGrow_Version.h gets generated from cangrow.sh */
|
/* CanGrow_Version.h gets generated from cangrow.sh */
|
||||||
|
|
||||||
const char* CanGrowVer = "0.1-dev";
|
const char* CanGrowVer = "0.0.1";
|
||||||
const char* CanGrowBuild = "0123456";
|
const char* CanGrowBuild = "4b3734c";
|
||||||
|
|
||||||
|
|
|
@ -187,7 +187,7 @@ void SysWipe() {
|
||||||
webserver.send(200, "text/html", body);
|
webserver.send(200, "text/html", body);
|
||||||
wipeEEPROM();
|
wipeEEPROM();
|
||||||
} else {
|
} else {
|
||||||
body += "<h1>❗❗ Wipeing EEPROM</h1>";
|
body += "<h1>❗❗ Wiping EEPROM</h1>";
|
||||||
body += "<div class='warnmsg'>All settings will be removed!!<br>";
|
body += "<div class='warnmsg'>All settings will be removed!!<br>";
|
||||||
body += "<br>Please confirm wiping the EEPROM";
|
body += "<br>Please confirm wiping the EEPROM";
|
||||||
body += "<form action='/system/wipe'><input type='hidden' name='confirmed' value='true' /><input type='submit' value='Confirm wiping' /></form>";
|
body += "<form action='/system/wipe'><input type='hidden' name='confirmed' value='true' /><input type='submit' value='Confirm wiping' /></form>";
|
||||||
|
|
Loading…
Reference in a new issue