From 72bb58ca08896a14d578d307d3e65395d6c5ac58 Mon Sep 17 00:00:00 2001 From: Marcus Date: Sat, 15 Jun 2024 15:36:12 +0200 Subject: [PATCH] firmware wip - typ in wipe page --- Arduino/CanGrow/CanGrow_Version.h | 4 ++-- Arduino/CanGrow/CanGrow_WebFunctions.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 += "
";