Skip to content

Commit

Permalink
first test: removed all audioreactive functions except UDP sync
Browse files Browse the repository at this point in the history
  • Loading branch information
gaaat committed May 5, 2024
1 parent 74bc159 commit 2ab8f91
Show file tree
Hide file tree
Showing 3 changed files with 2,224 additions and 631 deletions.
15 changes: 15 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,21 @@ extends = env:esp8266_2m
board_build.f_cpu = 160000000L
build_flags = ${common.build_flags} ${esp8266.build_flags} -D WLED_RELEASE_NAME=ESP02_160

[env:esp8266_2m_audiosync]
board = esp_wroom_02
platform = ${common.platform_wled_default}
platform_packages = ${common.platform_packages}
board_build.ldscript = ${common.ldscript_2m512k}
build_unflags = ${common.build_unflags}
build_flags = ${common.build_flags} ${esp8266.build_flags} -D WLED_RELEASE_NAME=ESP02_audiosync
-D USERMOD_AUDIOREACTIVE
lib_deps = ${esp8266.lib_deps}

[env:esp8266_2m_160_audiosync]
extends = env:esp8266_2m_audiosync
board_build.f_cpu = 160000000L
build_flags = ${common.build_flags} ${esp8266.build_flags} -D WLED_RELEASE_NAME=ESP02_160

[env:esp01_1m_full]
board = esp01_1m
platform = ${common.platform_wled_default}
Expand Down
Loading

0 comments on commit 2ab8f91

Please sign in to comment.