Merge branch 'dev' into light-effect-index-codegen

This commit is contained in:
J. Nick Koston
2026-02-24 21:40:00 -06:00
committed by GitHub

View File

@@ -134,7 +134,7 @@ void Application::setup() {
this->after_loop_tasks_();
this->app_state_ = new_app_state;
yield();
} while (!component->can_proceed());
} while (!component->can_proceed() && !component->is_failed());
}
ESP_LOGI(TAG, "setup() finished successfully!");