fix build of esp32S3_8MB_M

Comment out the lib_ignore line for IRremoteESP8266.
This commit is contained in:
Frank Möhle
2026-02-16 00:32:29 +01:00
committed by GitHub
parent 7b5e62a765
commit 4abd056498

View File

@@ -2358,7 +2358,7 @@ build_flags = ${common.build_flags} ${esp32s3.build_flags} -Wno-misleading-inden
lib_deps = ${esp32s3.lib_deps} ${common_mm.lib_deps_S} ${common_mm.lib_deps_V4_M} lib_deps = ${esp32s3.lib_deps} ${common_mm.lib_deps_S} ${common_mm.lib_deps_V4_M}
${common_mm.HUB75_lib_deps} ${common_mm.HUB75_lib_deps}
${common_mm.animartrix_lib_deps} ${common_mm.animartrix_lib_deps}
lib_ignore = IRremoteESP8266 ; use with WLED_DISABLE_INFRARED for faster compilation ;;lib_ignore = IRremoteESP8266 ; use with WLED_DISABLE_INFRARED for faster compilation
;; ${common_mm.DMXin_lib_ignore} ;; ${common_mm.DMXin_lib_ignore}
;lib_ignore = IRremoteESP8266 ; use with WLED_DISABLE_INFRARED for faster compilation ;lib_ignore = IRremoteESP8266 ; use with WLED_DISABLE_INFRARED for faster compilation