firmware - new emoji when maintenance dimm is on
This commit is contained in:
parent
6ff7af0fb0
commit
d4e5656656
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ String returnHTMLheader(String MenuEntry = "") {
|
|||
// status icons and info
|
||||
if(MaintenanceMode == true) {
|
||||
// status icons
|
||||
header += " | ⏸️ ";
|
||||
header += " | ⛅ ";
|
||||
header += MaintenanceDuration - ((millis() - MaintenanceStarted) / 1000);
|
||||
header += "s";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue