diff --git a/Arduino/CanGrow/CanGrow_Version.h b/Arduino/CanGrow/CanGrow_Version.h index 58ddf29..3f1db9c 100644 --- a/Arduino/CanGrow/CanGrow_Version.h +++ b/Arduino/CanGrow/CanGrow_Version.h @@ -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"; diff --git a/Arduino/CanGrow/CanGrow_WebFunctions.h b/Arduino/CanGrow/CanGrow_WebFunctions.h index 7fa3808..b2737a3 100644 --- a/Arduino/CanGrow/CanGrow_WebFunctions.h +++ b/Arduino/CanGrow/CanGrow_WebFunctions.h @@ -187,7 +187,7 @@ void SysWipe() { webserver.send(200, "text/html", body); wipeEEPROM(); } else { - body += "

❗❗ Wipeing EEPROM

"; + body += "

❗❗ Wiping EEPROM

"; body += "
All settings will be removed!!
"; body += "
Please confirm wiping the EEPROM"; body += "
";