mirror of
https://github.com/esphome/esphome.git
synced 2025-09-12 08:12:22 +01:00
tweaks
This commit is contained in:
@@ -313,8 +313,6 @@ void HOT Scheduler::call() {
|
|||||||
this->pop_raw_();
|
this->pop_raw_();
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
App.set_current_component(item->component);
|
|
||||||
|
|
||||||
#ifdef ESPHOME_DEBUG_SCHEDULER
|
#ifdef ESPHOME_DEBUG_SCHEDULER
|
||||||
const char *item_name = item->get_name();
|
const char *item_name = item->get_name();
|
||||||
ESP_LOGV(TAG, "Running %s '%s/%s' with interval=%" PRIu32 " next_execution=%" PRIu64 " (now=%" PRIu64 ")",
|
ESP_LOGV(TAG, "Running %s '%s/%s' with interval=%" PRIu32 " next_execution=%" PRIu64 " (now=%" PRIu64 ")",
|
||||||
|
Reference in New Issue
Block a user