Skip to content

Commit

Permalink
ported MoonModules#60, reversed previous changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gaaat committed May 5, 2024
1 parent 2ab8f91 commit cd3d84f
Show file tree
Hide file tree
Showing 3 changed files with 1,662 additions and 534 deletions.
10 changes: 10 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,16 @@ build_unflags = ${common.build_unflags}
build_flags = ${common.build_flags} ${esp8266.build_flags} -D WLED_RELEASE_NAME=ESP02
lib_deps = ${esp8266.lib_deps}

[env:esp8266_2m_audio]
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
-D USERMOD_AUDIOREACTIVE
lib_deps = ${esp8266.lib_deps}

[env:esp8266_2m_160]
extends = env:esp8266_2m
board_build.f_cpu = 160000000L
Expand Down
Loading

0 comments on commit cd3d84f

Please sign in to comment.