mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 19:32:19 +01:00
Tweak Color init because IDF 5+ (#5221)
This commit is contained in:
@@ -82,5 +82,5 @@ async def to_code(config):
|
||||
|
||||
cg.new_variable(
|
||||
config[CONF_ID],
|
||||
cg.StructInitializer(ColorStruct, ("r", r), ("g", g), ("b", b), ("w", w)),
|
||||
cg.ArrayInitializer(r, g, b, w),
|
||||
)
|
||||
|
Reference in New Issue
Block a user