ESPHome config for ESP32-S3-WROOM-2-N16R8V board

Im trying to install a very basic config to a ESP32-S3-WROOM-2-N16R8V board. Keep getting this error " ERROR Error Update end: Error: Finishing update failed. See the MQTT/USB logs for more information."

What am i doing wrong, is there another board to use?

substitutions:
  name: esphome-web-380010
  friendly_name: ESPHome Web 380010

esphome:
  name: ${name}
  friendly_name: ${friendly_name}
  min_version: 2024.6.0
  name_add_mac_suffix: false
  platformio_options:
    board_build.flash_mode: dio
  project:
    name: esphome.web
    version: dev

esp32:
  board: esp32-s3-devkitc-1
  framework:
    type: arduino

# Enable logging
logger:

# Enable Home Assistant API
api:

# Allow Over-The-Air updates
ota:
- platform: esphome

# Allow provisioning Wi-Fi via serial
improv_serial:

wifi:
  # Set up a wifi access point
  ap: {}

# In combination with the `ap` this allows the user
# to provision wifi credentials to the device via WiFi AP.
captive_portal:

dashboard_import:
  package_import_url: github://esphome/firmware/esphome-web/esp32s3.yaml@main
  import_full_config: true

# Sets up Bluetooth LE (Only on ESP32) to allow the user
# to provision wifi credentials to the device.
esp32_improv:
  authorizer: none

# To have a "next url" for improv serial
web_server:

You need to format your code properly.

1 Like

Sorry, late post and didnt check it.

I guess you should do this.