From beba7ad0e3ce76b9b5546ef43fe3ea61b22091dd Mon Sep 17 00:00:00 2001 From: Ken Van Hoeylandt Date: Tue, 11 Nov 2025 20:05:46 +0100 Subject: [PATCH] Fix for build --- Boards/btt-panda-touch/device.properties | 1 + Boards/waveshare-s3-touch-lcd-128/device.properties | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Boards/btt-panda-touch/device.properties b/Boards/btt-panda-touch/device.properties index c0384e9a..ea58af6f 100644 --- a/Boards/btt-panda-touch/device.properties +++ b/Boards/btt-panda-touch/device.properties @@ -27,4 +27,5 @@ theme=DefaultDark colorDepth=16 [sdkconfig] +# Fixes static assertion: FLASH and PSRAM Mode configuration are not supported CONFIG_IDF_EXPERIMENTAL_FEATURES=y diff --git a/Boards/waveshare-s3-touch-lcd-128/device.properties b/Boards/waveshare-s3-touch-lcd-128/device.properties index 96879dcf..a04bf4c9 100644 --- a/Boards/waveshare-s3-touch-lcd-128/device.properties +++ b/Boards/waveshare-s3-touch-lcd-128/device.properties @@ -22,4 +22,8 @@ warningMessage= [lvgl] theme=DefaultDark -colorDepth=16 \ No newline at end of file +colorDepth=16 + +[sdkconfig] +# Fixes static assertion: FLASH and PSRAM Mode configuration are not supported +CONFIG_IDF_EXPERIMENTAL_FEATURES=y