Skip to content

Commit

Permalink
build usermod_esp32
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz committed Jan 22, 2025
1 parent 5f19608 commit 7d48bba
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/usermods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
fail-fast: false
matrix:
environment: [usermods]
environment: [usermod_esp32]
usermod: ${{ fromJSON(needs.get_usermod_envs.outputs.usermods) }}
steps:
- uses: actions/checkout@v4
Expand Down
11 changes: 11 additions & 0 deletions usermods/platformio_override.usermods.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[env:usermod_esp32]
board = esp32dev
platform = ${esp32_idf_V4.platform}
build_unflags = ${common.build_unflags}
build_flags = ${common.build_flags} ${esp32_idf_V4.build_flags} -D WLED_RELEASE_NAME=\"ESP32_USERMOD\"
-DTOUCH_CS=9
-DMQTTSWITCHPINS=8
lib_deps = ${esp32_idf_V4.lib_deps}
monitor_filters = esp32_exception_decoder
board_build.flash_mode = dio

0 comments on commit 7d48bba

Please sign in to comment.