From 89b449aee6b84e8875e71f10820760142cc78051 Mon Sep 17 00:00:00 2001 From: DeltaLima Date: Thu, 12 Dec 2024 00:12:39 +0100 Subject: [PATCH] firmware - new emoji when maintenance dimm is off --- Arduino/CanGrow/CanGrow_WebFunctions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Arduino/CanGrow/CanGrow_WebFunctions.h b/Arduino/CanGrow/CanGrow_WebFunctions.h index c725923..9101570 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