mirror of
https://github.com/wled/WLED.git
synced 2025-07-24 11:16:37 +00:00
build usermod_esp32
This commit is contained in:
parent
5f19608e41
commit
7d48bba926
2
.github/workflows/usermods.yml
vendored
2
.github/workflows/usermods.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
environment: [usermods]
|
environment: [usermod_esp32]
|
||||||
usermod: ${{ fromJSON(needs.get_usermod_envs.outputs.usermods) }}
|
usermod: ${{ fromJSON(needs.get_usermod_envs.outputs.usermods) }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
11
usermods/platformio_override.usermods.ini
Normal file
11
usermods/platformio_override.usermods.ini
Normal file
@ -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
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user