[!NOTE]
This fork was created due to the lack of ongoing development for the Espressif 32 Arduino Core for PlatformIO.For additional information, please refer to these GitHub links:
https://github.com/espressif/arduino-esp32/discussions/10039 https://github.com/platformio/platform-espressif32/issues/1225 https://github.com/espressif/arduino-esp32/pull/8606
The discussions are self-explanatory, allowing you to draw your own conclusions.
ESP32 is a series of low-cost, low-power system on a chip microcontrollers with integrated Wi-Fi and Bluetooth. ESP32 integrates an antenna switch, RF balun, power amplifier, low-noise receive amplifier, filters, and power management modules.
platformio ide
extension.currently espressif Arduino 3.0.7 and IDF 5.1.4+
See platform
documentation for details.
[env:stable]
platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip
board = ...
...
espressif Arduino repo branch master and latest compiled Arduino libs
[env:development]
platform = https://github.com/pioarduino/platform-espressif32.git#develop
board = ...
...
Please navigate to documentation.