Skip to content

Commit

Permalink
Try and exclude AudioLux from XL due to size issue
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz committed Oct 12, 2023
1 parent 557e17b commit 27b9099
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1030,6 +1030,7 @@ lib_deps = ${esp32_4MB_S_base.lib_deps} ${common_mm.lib_deps_M}
[esp32_4MB_XL_base]
extends = esp32_4MB_M_base
build_flags = ${esp32_4MB_M_base.build_flags} ${common_mm.build_flags_XL}
build_unflags = -D USERMOD_AUDIOLUX ; Tips us over the edge
lib_deps = ${esp32_4MB_M_base.lib_deps} ${common_mm.lib_deps_XL}
; board_build.partitions = tools/WLED_ESP32-wrover_4MB.csv

Expand Down

0 comments on commit 27b9099

Please sign in to comment.