1
0
mirror of https://github.com/esphome/esphome.git synced 2025-04-15 07:10:33 +01:00

Update __init__.py

This commit is contained in:
tomaszduda23 2025-02-23 14:37:48 +01:00 committed by GitHub
parent e818577c0c
commit 35096657af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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#561ef9edc99d48fe36dea74f7d517741583f1ffc",
"platformio/framework-zephyr@https://github.com/tomaszduda23/framework-sdk-nrf#498907414bbc701c973e471de8179c373767d944",
"platformio/toolchain-gccarmnoneeabi@https://github.com/tomaszduda23/toolchain-sdk-ng#19977f5453afb01d12e3eefdfdcb8b8802e11bf4",
],
)