We’re happy to announce the next release of PlatformIO Core 3.6.4!
What is new
- Improved Project Generator for Desktop IDEs:
- Use full path to PlatformIO CLI when generating a project (issue #1674)
- CLion: Improved project portability using “${CMAKE_CURRENT_LIST_DIR}” instead of full path
- Eclipse: Provide language standard to a project C/C++ indexer (issue #1010)
- Fixed an issue with incorrect detecting of compatibility (LDF) between generic library and Arduino or ARM mbed frameworks
- Fixed “Runtime Error: Dictionary size changed during iteration” (issue #2003)
- Fixed an error “Could not extract item…” when extracting TAR archive with symbolic items on Windows platform (issue #2015)
See PlatformIO 3.6.4 Release Notes for details.
Upgrade
-
PlatformIO IDE:
- Atom: Menu: PlatformIO > Upgrade PlatformIO Core
- VSCode: Left Sidebar > PlatformIO (icon) > Quick Access > Upgrade PlatformIO Core -
Terminal: Please run
pio upgrade
command in terminal.
Regards,
PIO Plus Team