Skip to content

Commit

Permalink
Disable transition styles on ESP8266 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tkadauke committed Jan 31, 2024
1 parent 894500d commit f3ff39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ platform = ${common.platform_wled_default}
platform_packages = ${common.platform_packages}
board_build.ldscript = ${common.ldscript_4m1m}
build_unflags = ${common.build_unflags}
build_flags = ${common.build_flags_esp8266} -D WLED_RELEASE_NAME=ESP8266 #-DWLED_DISABLE_2D
build_flags = ${common.build_flags_esp8266} -D WLED_RELEASE_NAME=ESP8266 -DWLEDISABLE_TRANSITION_STYLES #-DWLED_DISABLE_2D
lib_deps = ${esp8266.lib_deps}
monitor_filters = esp8266_exception_decoder

Expand Down

0 comments on commit f3ff39b

Please sign in to comment.