Skip to content

Commit

Permalink
add build environments for addional M5Stack targets
Browse files Browse the repository at this point in the history
esp32s3-m5stack-stamps3
esp32c3-m5stamp
esp32c3u-m5stamp
  • Loading branch information
Michael Haberler committed Oct 15, 2024
1 parent a7d10a2 commit 17800fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ jobs:
- "theengs-bridge-v11"
- "theengs-plug"
- "esp32dev-ble-broker"
- "esp32s3-m5stack-stamps3"
- "esp32c3-m5stamp"
- "esp32c3u-m5stamp"
runs-on: ubuntu-latest
name: Build with PlatformIO
steps:
Expand Down
3 changes: 3 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ extra_configs =
;default_envs = thingpulse-espgateway
;default_envs = theengs-bridge
;default_envs = esp32dev-ble-idf
;default_envs = esp32s3-m5stack-stamps3
;default_envs = esp32c3-m5stamp
;default_envs = esp32c3u-m5stamp

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; ENVIRONMENTS PARAMETERS ;
Expand Down

0 comments on commit 17800fb

Please sign in to comment.