diff --git a/platformio.ini b/platformio.ini index da66567..3c238fb 100644 --- a/platformio.ini +++ b/platformio.ini @@ -48,8 +48,12 @@ lib_deps = lib_ignore = mbedtls platform_packages = - framework-zephyr @ file://C:\Users\Tobias\Documents\zephyr-v2.5.0-rc2 - framework-zephyr-hal-nordic @ file://C:\Users\Tobias\Documents\zephyr-hal-nordic-v2.5.0-rc2 + # This is suboptimal at best + # Only zephyr v2.5.0+ release candidates have support for the PineTime + # And there is no official package for that yet + # Thus I provide my own versions here + framework-zephyr @ https://github.com/TobleMiner/framework-zephyr/releases/download/v2.5.0-rc2-bin/zephyr.zip + framework-zephyr-hal-nordic @ https://github.com/TobleMiner/framework-zephyr-hal-nordic/releases/download/v2.5.0-rc2-bin/zephyr-hal-nordic.zip [env:desktop] platform = native