Development Version¶
Warning
If you use PIO IDE, please enable development version and restart IDE:
PIO IDE for VSCode: Set
platformio-ide.useDevelopmentPIOCore
totrue
in Settings.
Install the latest PIO from the develop
branch:
pip install -U https://github.com/platformio/platformio-core/archive/develop.zip
If you want to be up-to-date with the latest develop
version of PIO,
then you need to re-install PIO each time you see a new commit in
PIO GitHub repository (branch: develop) like so:
pip install -U https://github.com/platformio/platformio-core/archive/develop.zip
Or:
pio upgrade --dev
To revert to the latest stable version:
pip uninstall platformio
pip install -U platformio