move pio tools to LED component (#4903)

This commit is contained in:
Samuel Sieb
2023-05-28 13:49:27 -07:00
committed by GitHub
parent 97c1c34708
commit 71387846dc
3 changed files with 24 additions and 19 deletions
-1
View File
@@ -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",
],
)