Hello !
I am using platform = https://github.com/platformio/platform-espressif32.git
in my projects.
While updating all things in VSC PlatformIO I noticed that I have two(2) of the same platform:
platformio update
Updating tool-scons @ 2.20501.7 [Up-to-date]
Updating tool-unity @ 1.20403.0 [Up-to-date]
Updating contrib-pysite @ 2.27.190418 [Up-to-date]
Updating contrib-piohome @ 2.2.0 [Up-to-date]
Updating tool-pioplus @ 2.5.2 [Up-to-date]
Platform Manager
================
Platform Espressif 32
--------
Updating espressif32 @ 1.9.0 [Up-to-date]
Updating tool-esptoolpy @ 1.20600.0 [Up-to-date]
Updating toolchain-xtensa32 @ 2.50200.80 [Up-to-date]
Updating framework-arduinoespressif32 @ 2.10002.190628 [Up-to-date]
Updating tool-mkspiffs @ 2.230.0 [Up-to-date]
Platform Espressif 32
--------
Updating espressif32 @ 2c1b430 [Up-to-date]
Updating tool-esptoolpy @ 1.20600.0 [Up-to-date]
Updating toolchain-xtensa32 @ 2.50200.80 [Up-to-date]
Updating framework-arduinoespressif32 @ 2.10002.190628 [Up-to-date]
Updating tool-mkspiffs @ 2.230.0 [Up-to-date]
And, as you can see, espressif32
is the only one that changes versions from one platform to the other.
What is happening ? Which one am I using in my projects ?