mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
typo
This commit is contained in:
@@ -1038,7 +1038,7 @@ void do_systemCheck() {
|
|||||||
// force calls to get data from EMS for the types that aren't sent as broadcasts
|
// force calls to get data from EMS for the types that aren't sent as broadcasts
|
||||||
// only if we have a EMS connection
|
// only if we have a EMS connection
|
||||||
void do_regularUpdates() {
|
void do_regularUpdates() {
|
||||||
if (ems_getBusConnected() & !ems_getTxDisabled()) {
|
if (ems_getBusConnected() && !ems_getTxDisabled()) {
|
||||||
myDebugLog("Requesting scheduled EMS device data");
|
myDebugLog("Requesting scheduled EMS device data");
|
||||||
ems_getThermostatValues();
|
ems_getThermostatValues();
|
||||||
ems_getBoilerValues();
|
ems_getBoilerValues();
|
||||||
|
|||||||
Reference in New Issue
Block a user