Merge remote-tracking branch 'origin/deprecate-wifi-ssid' into integration

This commit is contained in:
J. Nick Koston
2026-02-12 10:49:15 -06:00
4 changed files with 106 additions and 5 deletions

View File

@@ -369,7 +369,7 @@ def get_logger_tags():
"api.service",
]
for file in CORE_COMPONENTS_PATH.rglob("*.cpp"):
data = file.read_text()
data = file.read_text(encoding="utf-8")
match = pattern.search(data)
if match:
tags.append(match.group(1))