From 9249ef070882cd2a19001807ae3d035199a82ed5 Mon Sep 17 00:00:00 2001 From: TD-er Date: Fri, 21 Feb 2025 17:08:56 +0100 Subject: [PATCH] [ESP32S3] Disable custom SDK settings on ESP32S3 with OPI PSRAM This will break Neopixel use with > 63 pixels on ESP32S3 with OPI speed PSRAM --- platformio_esp32s3_envs.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platformio_esp32s3_envs.ini b/platformio_esp32s3_envs.ini index 55019ee6e..abc5bb7a0 100644 --- a/platformio_esp32s3_envs.ini +++ b/platformio_esp32s3_envs.ini @@ -217,9 +217,9 @@ build_flags = ${esp32s3_common_LittleFS.build_flags} -DPLUGIN_BUILD_IR_EXTENDED -DCONFIG_PM_LIGHTSLEEP_RTC_OSC_CAL_INTERVAL=1 extra_scripts = ${esp32s3_common_LittleFS.extra_scripts} -custom_sdkconfig = - CONFIG_RMT_ISR_CACHE_SAFE=y - CONFIG_PM_LIGHTSLEEP_RTC_OSC_CAL_INTERVAL=1 +;custom_sdkconfig = +; CONFIG_RMT_ISR_CACHE_SAFE=y +; CONFIG_PM_LIGHTSLEEP_RTC_OSC_CAL_INTERVAL=1