1
0
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:
Clyde Stubbs
2025-05-05 14:31:37 +10:00
committed by GitHub
parent e7a2b395fd
commit b8d83d0765
6 changed files with 37 additions and 3 deletions

View File

@@ -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();
}