I recently bought an ESP32 WROOM from Freenove, but I can’t find it in the board selection menu. Could anyone help me figure out which board I should select when creating a new project? Thanks!
esp32dev should work fine.
Otherwise try freenove_esp32_wrover
Thanks! I will try it tomorrow.
I used “esp32-s3-devkitm-1” for the Freenove ESP32-S3 8MB WROOM board.
However, I just noticed that there is support for it in PIO: “freenove_esp32_s3_wroom”.
This is a different board because of a different MCU: ESP32 vs. ESP32-S3.