mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
removed debug line
This commit is contained in:
@@ -621,7 +621,6 @@ void systemCheck() {
|
||||
// number of calls is defined in MAX_MANUAL_CALLS
|
||||
void regularUpdates() {
|
||||
uint8_t cycle = (regularUpdatesCount++ % MAX_MANUAL_CALLS);
|
||||
myDebug("cycle: %d\n", cycle);
|
||||
|
||||
if ((cycle == 0) && Boiler_Status.thermostat_enabled) {
|
||||
ems_doReadCommand(EMS_TYPE_RC20Temperature); // to get the thermostat mode which is not broadcasted
|
||||
|
||||
Reference in New Issue
Block a user