1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-26 12:43:48 +00:00

more cleanup

This commit is contained in:
J. Nick Koston
2025-10-20 20:15:12 -10:00
parent b006f03080
commit c6370bb410

View File

@@ -233,17 +233,8 @@ class MemoryAnalyzerCLI(MemoryAnalyzer):
# Also include wifi_stack and other important system components if they exist # Also include wifi_stack and other important system components if they exist
system_components_to_include = [ system_components_to_include = [
"wifi_stack", # Empty list - we've finished debugging symbol categorization
"bluetooth", # Add component names here if you need to debug their symbols
"network_stack",
"cpp_runtime",
"other",
"libc",
"phy_radio",
"mdns_lib",
"nvs",
"ota",
"arduino_core",
] ]
system_components = [] system_components = []
for name, mem in components: for name, mem in components: