workaround for elekstube_ips compile error

the trick is to pin TFT_eSPI version 2.5.33
This commit is contained in:
Frank 2024-12-16 15:46:59 +01:00
parent f75d582eee
commit b8a96d9a77

View File

@ -528,4 +528,4 @@ build_flags = ${common.build_flags} ${esp32.build_flags} -D WLED_DISABLE_BROWNOU
monitor_filters = esp32_exception_decoder monitor_filters = esp32_exception_decoder
lib_deps = lib_deps =
${esp32.lib_deps} ${esp32.lib_deps}
TFT_eSPI @ ^2.3.70 TFT_eSPI @ 2.5.33 ;; this is the last version that compiles with the WLED default framework - newer versions require platform = espressif32 @ ^6.3.2