mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-11 17:14:27 +00:00
[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:
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user