Closed WarC0zes closed 12 months ago
like that, it works.
esphome:
name: s3-display
friendly_name: ESP32-S3 T-Display
platformio_options:
board_build.f_flash: 80000000L
board_build.partitions: default_16MB.csv
board_build.arduino.memory_type: qio_opi
external_components:
- source: github://landonr/lilygo-tdisplays3-esphome
components: [tdisplays3]
esp32:
board: esp32-s3-devkitc-1
variant: esp32s3
framework:
type: arduino
flash_size: 16MB
Hi, I just updated ESPhome to version 2023.11.2. (I was in version 2023.10.6). I wanted to update the firmware, but I received this error:
from what I understand, you have to pass the platformio option: for flash_size to esp32:
How to modify it?