diff --git a/esphome/components/nrf52/__init__.py b/esphome/components/nrf52/__init__.py index 3f0f6d7d4d..bc8e4b73a4 100644 --- a/esphome/components/nrf52/__init__.py +++ b/esphome/components/nrf52/__init__.py @@ -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", ], )