I’m having issue finding correct board type for ESP32-S3-WROOM-1 and ESPHome.
Here the support is confirmed https://esphome.io/components/esp32.html
ESP-IDF Framework 4.4.1 supports it too.
Config:
esphome:
name: esp32-test1
esp32:
board: ESP32S3
framework:
type: esp-idf
I’m getting “This board is unknown, please set the variant manually.” no matter what I try. Is there any list of boards I can choose from or what is the right one for esp-idf and ESP32-S3?