Cant find the right ESP32 DevKitC-V4

Hi,

I am using PlattformIO on VSC. I want to program a ESP32 to test it’s outputs. My microcontroller is the following: Espressif ESP32_DevKitC_V4 here is a link to the shop page: https://www.conrad.de/de/p/espressif-esp32-devkitc-ve-entwicklungsboard-esp32-devkitc-ve-2383855.html
I cant find the right ESP32 in the Project Wizzard, I always get a error massage. Do anyone know which one I need to take?

Just go with a standard Espressif ESP32 Dev Module board (4MB flash, no PSRAM) and post-configure it per docs using the platformio.ini, something like

[env:esp32dev]
platform = espressif32
board = esp32dev
framework = arduino
board_upload.flash_size = 8MB
build_flags =
   -DBOARD_HAS_PSRAM
   -mfix-esp32-psram-cache-issue