mirror of
https://github.com/esphome/esphome.git
synced 2025-10-05 11:23:47 +01:00
Reduce Component memory usage by 40% (8 bytes per component) (#9278)
This commit is contained in:
@@ -84,6 +84,10 @@ void Application::setup() {
|
||||
}
|
||||
|
||||
ESP_LOGI(TAG, "setup() finished successfully!");
|
||||
|
||||
// Clear setup priority overrides to free memory
|
||||
clear_setup_priority_overrides();
|
||||
|
||||
this->schedule_dump_config();
|
||||
this->calculate_looping_components_();
|
||||
}
|
||||
|
Reference in New Issue
Block a user