mirror of
https://github.com/esphome/esphome.git
synced 2025-09-20 12:12:24 +01:00
[debug] Show source of last software reboot (#8595)
This commit is contained in:
@@ -70,6 +70,7 @@ void Application::loop() {
|
||||
this->feed_wdt();
|
||||
for (Component *component : this->looping_components_) {
|
||||
{
|
||||
this->set_current_component(component);
|
||||
WarnIfComponentBlockingGuard guard{component};
|
||||
component->call();
|
||||
}
|
||||
|
Reference in New Issue
Block a user