firmware wip - typ in wipe page

This commit is contained in:
Marcus 2024-06-15 15:36:12 +02:00
parent 4b3734c219
commit 72bb58ca08
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
/* CanGrow_Version.h gets generated from cangrow.sh */
const char* CanGrowVer = "0.1-dev";
const char* CanGrowBuild = "0123456";
const char* CanGrowVer = "0.0.1";
const char* CanGrowBuild = "4b3734c";

View file

@ -187,7 +187,7 @@ void SysWipe() {
webserver.send(200, "text/html", body);
wipeEEPROM();
} else {
body += "<h1>&#10071;&#10071; Wipeing EEPROM</h1>";
body += "<h1>&#10071;&#10071; Wiping EEPROM</h1>";
body += "<div class='warnmsg'>All settings will be removed!!<br>";
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>";