Espressif 32: development platform for PlatformIO
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.
[env:stable]
platform = espressif32
board = ...
...
[env:development]
platform = https://github.com/platformio/platform-espressif32.git
board = ...
...
Please navigate to documentation.