From ab94aedd91d49ba491c0aadcf2a65db26228f72b Mon Sep 17 00:00:00 2001 From: Ken Van Hoeylandt Date: Tue, 11 Nov 2025 21:29:15 +0100 Subject: [PATCH] Fix --- Boards/waveshare-s3-touch-lcd-43/device.properties | 1 + sdkconfig.board.waveshare-s3-touch-lcd-43 | 1 + 2 files changed, 2 insertions(+) diff --git a/Boards/waveshare-s3-touch-lcd-43/device.properties b/Boards/waveshare-s3-touch-lcd-43/device.properties index fa9f0e05..49692b49 100644 --- a/Boards/waveshare-s3-touch-lcd-43/device.properties +++ b/Boards/waveshare-s3-touch-lcd-43/device.properties @@ -10,6 +10,7 @@ spiRam=true spiRamMode=OCT spiRamSpeed=120M tinyUsb=true +esptoolFlashFreq=120M [display] size=4.3" diff --git a/sdkconfig.board.waveshare-s3-touch-lcd-43 b/sdkconfig.board.waveshare-s3-touch-lcd-43 index f95a3dba..ae3451da 100644 --- a/sdkconfig.board.waveshare-s3-touch-lcd-43 +++ b/sdkconfig.board.waveshare-s3-touch-lcd-43 @@ -47,6 +47,7 @@ CONFIG_ESP32_DEFAULT_CPU_FREQ_240=y # Flash CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y CONFIG_FLASHMODE_QIO=y +CONFIG_ESPTOOLPY_FLASHFREQ_120M=y # SPIRAM CONFIG_ESP32S3_SPIRAM_SUPPORT=y CONFIG_SPIRAM_MODE_OCT=y