mirror of
https://github.com/esphome/esphome.git
synced 2025-09-01 19:02:18 +01:00
Merge branch 'teardown_fix_size' into integration
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