Set package repository and version in platformio.ini

So i downloaded the zephyr-File from https://dl.bintray.com/platformio/dl-packages/ manually and copied it to a local directory or rather a local server.
Finally i can set a path which contains multiple zephyr-versions as tar.gz-Files. But Version which should be used is set in .platformio/platforms/ststm32/platform.json.

So what does your platform_packages line actually look like. From this it sounds like you have it pointed to something like platform_packages = http://192.168.0.5/some-path/some-zephyr.tar.gz

Is it possible set both Path and Version? I can not find this case in the DOCs and i would be grateful for a hint.

If you’re setting a version via @ (e.g. like platform_packages = toolchain-gccarmnoneeabi@>1.50000.0) , does the platform.json in some-zephry.tar.gz match that, or need changing?