Which board to specify for generic (Feiyang?) ESP32 (WROOM) module?

I recently received a couple of these which I think are just “generic” ESP32-WROOM modules (or perhaps “Feiyang”?).

I wasn’t sure what to specify for “board” when setting up a new project. ESP32 Dev Module ( esp32dev )?

This board is more or less identical with the official Espressif DevKitC Module and it seems to have the WROOM module.

So esp32dev is the correct choice.

Even if it’s not the exact board, hardly anything can go wrong. The worst case is basically that the BUILTIN_LED macro refers to the wrong pin.

1 Like

Thanks! You put my mind at ease. :smile:

I am still easing my way into PlatformIO as well as branching out from Arduino…