From c6370bb410b4b437d2eed7e16b8433b689bd737f Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 20 Oct 2025 20:15:12 -1000 Subject: [PATCH] more cleanup --- esphome/analyze_memory/cli.py | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/esphome/analyze_memory/cli.py b/esphome/analyze_memory/cli.py index 80edde950c..e1ddd490e7 100644 --- a/esphome/analyze_memory/cli.py +++ b/esphome/analyze_memory/cli.py @@ -233,17 +233,8 @@ class MemoryAnalyzerCLI(MemoryAnalyzer): # Also include wifi_stack and other important system components if they exist system_components_to_include = [ - "wifi_stack", - "bluetooth", - "network_stack", - "cpp_runtime", - "other", - "libc", - "phy_radio", - "mdns_lib", - "nvs", - "ota", - "arduino_core", + # Empty list - we've finished debugging symbol categorization + # Add component names here if you need to debug their symbols ] system_components = [] for name, mem in components: