mirror of
https://github.com/wled/WLED.git
synced 2025-07-19 16:56:35 +00:00
workaround for elekstube_ips compile error
the trick is to pin TFT_eSPI version 2.5.33
This commit is contained in:
parent
f75d582eee
commit
b8a96d9a77
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user