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 += "