From f5ac68375d1e53b58a7534792bcf9712fc395aa9 Mon Sep 17 00:00:00 2001 From: DeltaLima Date: Thu, 12 Dec 2024 00:14:34 +0100 Subject: [PATCH] firmware - new emoji when maintenance dimm is off --- Arduino/CanGrow/CanGrow_WebFunctions.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Arduino/CanGrow/CanGrow_WebFunctions.h b/Arduino/CanGrow/CanGrow_WebFunctions.h index 9101570..6614e9b 100644 --- a/Arduino/CanGrow/CanGrow_WebFunctions.h +++ b/Arduino/CanGrow/CanGrow_WebFunctions.h @@ -223,7 +223,7 @@ void SysMaintenance() { body += "s"; } else if( (webserver.hasArg("DimmOff")) ) { MaintenanceMode = false; - body += "
️ Dimm LED OFF
"; + body += "
⏹️ Dimm LED OFF
"; } } else { // otherwise nice error @@ -244,7 +244,7 @@ void SysMaintenance() { body += "

🧰 Maintenance

"; - body += "Dimm LED ⛅ On  ☀️ Off


"; + body += "Dimm LED ⛅ On  ⏹️ Off


"; body += "Pump manual 💧 Activate for "; body += PumpOnTime; body += "s
";