Board type for a UNO based ESP32

I have an ESP32 board in UNO format, similar to this: https://www.cytron.io/p-wifi-uno-based-esp32
It’s supposed to be like a Wemos D1 R32, or ESP32-WROOM-32. What board type shall I select for it?

I would try the generic ESP32 board first:

platform: ESP32
board: esp32dev

If that doesn’t work, try:

platform: ESP32
board: wemos_d1_mini32
2 Likes

esp32dev seems to work, thanks!