mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
remove shower from info
This commit is contained in:
@@ -493,13 +493,6 @@ void showInfo() {
|
||||
}
|
||||
}
|
||||
|
||||
// show the Shower Info
|
||||
if (EMSESP_Settings.shower_timer) {
|
||||
myDebug_P(PSTR("")); // newline
|
||||
myDebug_P(PSTR("%sShower stats:%s"), COLOR_BOLD_ON, COLOR_BOLD_OFF);
|
||||
myDebug_P(PSTR(" Shower is %s"), (EMSESP_Shower.showerOn ? "running" : "off"));
|
||||
}
|
||||
|
||||
myDebug_P(PSTR("")); // newline
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user