mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-01-28 09:39:11 +03:00
formatting
This commit is contained in:
@@ -389,7 +389,7 @@ void WebCustomEntityService::publish(const bool force) {
|
||||
}
|
||||
return;
|
||||
} else if (!EMSESP::mqtt_.get_publish_onchange(0)) {
|
||||
return; // wait for first time periode
|
||||
return; // wait for first time period
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -223,7 +223,7 @@ void WebSchedulerService::publish(const bool force) {
|
||||
}
|
||||
return;
|
||||
} else if (!EMSESP::mqtt_.get_publish_onchange(0)) {
|
||||
return; // wait for first time periode
|
||||
return; // wait for first time period
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user