mirror of
https://github.com/esphome/esphome.git
synced 2025-10-30 06:33:51 +00:00
Update esphome/core/application.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -270,7 +270,7 @@ void Application::teardown_components(uint32_t timeout_ms) {
|
||||
}
|
||||
|
||||
uint32_t now = start_time;
|
||||
size_t pending_count = pending_components.size();
|
||||
size_t pending_count = num_components;
|
||||
|
||||
// Compaction algorithm for teardown
|
||||
// ==================================
|
||||
|
||||
Reference in New Issue
Block a user