[ESP32S3] Disable custom SDK settings on ESP32S3 with OPI PSRAM

This will break Neopixel use with > 63 pixels on ESP32S3 with OPI speed PSRAM
This commit is contained in:
TD-er
2025-02-21 17:08:56 +01:00
parent 14c5cb50e3
commit 9249ef0708
+3 -3
View File
@@ -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