mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-28 08:48:27 +02:00
move pio tools to LED component (#4903)
This commit is contained in:
@@ -157,7 +157,6 @@ async def to_code(config):
|
||||
"platform_packages",
|
||||
[
|
||||
f"earlephilhower/framework-arduinopico@{conf[CONF_SOURCE]}",
|
||||
"earlephilhower/tool-pioasm-rp2040-earlephilhower",
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
@@ -265,3 +265,9 @@ async def to_code(config):
|
||||
time_to_cycles(config[CONF_BIT1_LOW]),
|
||||
),
|
||||
)
|
||||
cg.add_platformio_option(
|
||||
"platform_packages",
|
||||
[
|
||||
"earlephilhower/tool-pioasm-rp2040-earlephilhower",
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user