From 783c70d4a6b5156ec04f08986ce1f44befd468f1 Mon Sep 17 00:00:00 2001 From: Marcus Date: Sat, 15 Jun 2024 03:34:53 +0200 Subject: [PATCH] firmware wip - remove button from system settings --- Arduino/CanGrow/CanGrow_Version.h | 2 +- Arduino/CanGrow/CanGrow_WebFunctions.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Arduino/CanGrow/CanGrow_Version.h b/Arduino/CanGrow/CanGrow_Version.h index b1b2858..e09704e 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 = "bce55a2"; +const char* CanGrowBuild = "aae6cf0"; diff --git a/Arduino/CanGrow/CanGrow_WebFunctions.h b/Arduino/CanGrow/CanGrow_WebFunctions.h index 231571e..b5024fc 100644 --- a/Arduino/CanGrow/CanGrow_WebFunctions.h +++ b/Arduino/CanGrow/CanGrow_WebFunctions.h @@ -623,7 +623,7 @@ void WEBsystemSettings() { body += "\n"; - body += "
🔄 Firmware update\n"; + body += "\n"; body += FPSTR(HTMLfooter);