firmware - new emoji when maintenance dimm is off
This commit is contained in:
parent
d4e5656656
commit
89b449aee6
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ void SysMaintenance() {
|
|||
body += "s</div>";
|
||||
} else if( (webserver.hasArg("DimmOff")) ) {
|
||||
MaintenanceMode = false;
|
||||
body += "<div class='infomsg'>⛅ Dimm LED OFF</div>";
|
||||
body += "<div class='infomsg'>️ Dimm LED OFF</div>";
|
||||
}
|
||||
} else {
|
||||
// otherwise nice error
|
||||
|
|
Loading…
Reference in a new issue