1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-03 03:42:20 +01:00

Declare Color objects in main.cpp (#1395)

This commit is contained in:
Keith Burzinski
2021-03-19 05:40:05 -05:00
committed by GitHub
parent dedf343bd5
commit 818a7f1c78
3 changed files with 25 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ from esphome.cpp_generator import ( # noqa
progmem_array,
statement,
variable,
new_variable,
Pvariable,
new_Pvariable,
add,