1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-15 00:03:51 +01:00

[script] Reduce RAM usage by storing names in flash (#10941)

This commit is contained in:
J. Nick Koston
2025-09-29 16:35:53 -05:00
committed by GitHub
parent b176d1f890
commit 3b73738d9f
3 changed files with 9 additions and 8 deletions

View File

@@ -12,6 +12,7 @@ from esphome.cpp_generator import ( # noqa: F401
ArrayInitializer,
Expression,
LineComment,
LogStringLiteral,
MockObj,
MockObjClass,
Pvariable,