formatting

This commit is contained in:
proddy
2025-12-22 09:06:27 +01:00
parent 5668fe13ae
commit 09f1c13d28
5 changed files with 9 additions and 10 deletions

View File

@@ -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
}
}

View File

@@ -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
}
}