From 7507145222f62bb5fa7d2a25b15d583f6a76ea54 Mon Sep 17 00:00:00 2001 From: Marcus Date: Fri, 3 May 2024 02:01:03 +0200 Subject: [PATCH] firmware wip - add emojis to menu --- Arduino/CanGrow/CanGrow.ino | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/Arduino/CanGrow/CanGrow.ino b/Arduino/CanGrow/CanGrow.ino index a898789..2d9a5d7 100644 --- a/Arduino/CanGrow/CanGrow.ino +++ b/Arduino/CanGrow/CanGrow.ino @@ -293,11 +293,11 @@ const char HTMLfooter[] PROGMEM = R"EOF( const char HTMLsuccess[] PROGMEM = R"EOF( -
Successfully saved!
+
✅ Successfully saved!
)EOF"; const char HTMLneedRestart[] PROGMEM = R"EOF( -
Restart is required to apply new WiFi settings! +
❗ Restart is required to apply new WiFi settings!
@@ -305,7 +305,7 @@ const char HTMLneedRestart[] PROGMEM = R"EOF( )EOF"; const char HTMLhelp[] PROGMEM = R"EOF( -

CanGrow help

+

❓ Help

Here you will get some helpful help. )EOF"; @@ -1675,28 +1675,28 @@ String returnHTMLheader(String MenuEntry = "") { if(MenuEntry == "growSettings") { header += activeMenu; } - header += ">Grow settings\n"; + header += ">🔆 Grow settings\n"; // third menu entry header += "