1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-13 22:28:14 +00:00

fix build

This commit is contained in:
Tomasz Duda 2025-02-22 16:32:18 +01:00
parent 57547f2295
commit 0ebe5aa60e

View File

@ -95,7 +95,7 @@ async def to_code(config):
cg.add_platformio_option(
"platform_packages",
[
"platformio/framework-zephyr@https://github.com/tomaszduda23/framework-sdk-nrf#6a72a684ff161454ae4dd8745d7e7fb880615183",
"platformio/framework-zephyr@https://github.com/tomaszduda23/framework-sdk-nrf#87d53cf64275836bd30232fc116a92132ec157fe",
"platformio/toolchain-gccarmnoneeabi@https://github.com/tomaszduda23/toolchain-sdk-ng/archive/refs/tags/v0.16.1.zip",
],
)