version up

This commit is contained in:
Tomasz Duda 2024-10-16 23:55:55 +02:00
parent b750f3f783
commit 662b31eb76

View file

@ -86,7 +86,7 @@ async def to_code(config):
cg.add_platformio_option( cg.add_platformio_option(
"platform_packages", "platform_packages",
[ [
"platformio/framework-zephyr@https://github.com/tomaszduda23/framework-sdk-nrf/archive/refs/tags/v2.6.1-1.zip", "platformio/framework-zephyr@https://github.com/tomaszduda23/framework-sdk-nrf/archive/refs/tags/v2.6.1-2.zip",
"platformio/toolchain-gccarmnoneeabi@https://github.com/tomaszduda23/toolchain-sdk-ng/archive/refs/tags/v0.16.1.zip", "platformio/toolchain-gccarmnoneeabi@https://github.com/tomaszduda23/toolchain-sdk-ng/archive/refs/tags/v0.16.1.zip",
], ],
) )