Arduino Espressif ESP32

Hi,

I like to use in PlatforIO the latest version of arduino-esp32.

In the directory ….platformio\packages\framework-arduinoespressif32 after “update All” there is this version.
Updating platformio/framework-arduinoespressif32 3.10004.210126 @ ~3.10004.191002 [Up-to-date]

How can I use the latest arduino-esp32 version from github??

Joop.

This is version 1.0.4, which is the latest stable release on Github (source).

PlatformIO doesn’t support beta-software as a general philosophy – however you can still arbitrarily change the package source of framework-arduinoespressif32, as documented.

[env:esp32dev]
platform = espressif32
board = esp32dev
framework = arduino
platform_packages = 
    framework-arduinoespressif32@https://github.com/espressif/arduino-esp32.git#master

Hi maxgerhardt,

It worked for me. Thank’s for your help so quickly.

regards.
Joop Hilverink