direct call compute

This commit is contained in:
MichaelDvP
2026-07-09 19:41:13 +02:00
parent fae0f9fb49
commit f6cb695635
3 changed files with 2 additions and 7 deletions

View File

@@ -472,10 +472,6 @@ void WebSchedulerService::condition() {
}
}
std::string WebSchedulerService::compute_value(const char * value) {
return compute(value);
}
// process any scheduled jobs
void WebSchedulerService::loop() {
// initialize static value on startup