I cannot find my board

Hello,

I want to try PlatformIO for a project I’m working on but I cannot find one of my boards when creating a project. Specifically ESP32-H2. Is there a workaround to this?

1 Like

This is not yet available in the official PlatformIO integration. It’s also still using Arduino-ESP32 2.0.11 instead of 2.0.14 or 3.x.

However, third party platforms like https://github.com/Jason2866/platform-espressif32 do have board definitions for the ESP32-H2, like this one. And so you can simply create an arbitrary Arduino project and overwrite the platformio.ini with

[env:esp32-h2-devkitm-1]
platform = https://github.com/Jason2866/platform-espressif32.git#Arduino/IDF5
framework = arduino 
board = esp32-h2-devkitm-1