mirror of
https://github.com/esphome/esphome.git
synced 2026-09-02 11:06:04 +00:00
wip
This commit is contained in:
@@ -342,7 +342,7 @@ class MemoryAnalyzer:
|
||||
# If no component match found, it's core
|
||||
return _COMPONENT_CORE
|
||||
|
||||
# Check PlatformIO library symbol map (more accurate than heuristic patterns)
|
||||
# Check library symbol map (more accurate than heuristic patterns)
|
||||
if lib_name := self._lib_symbol_map.get(symbol_name):
|
||||
return f"{_COMPONENT_PREFIX_LIB}{lib_name}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user