Skip to content

Commit

Permalink
added platformio CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tobozo committed Jan 10, 2024
1 parent 9d54448 commit 8a4b949
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/PlatformioBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
matrix:
pio-env:
- esp8266
- esp32
- esp32s3
- pico

Expand Down
7 changes: 6 additions & 1 deletion examples/Test_platformio/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,13 @@ lib_deps = ESP32-targz
platform = espressif8266
board = nodemcu


[env:esp32]
platform = espressif32
board = esp32dev

[env:esp32s3]
platform = espressif32@6.4.0
platform = espressif32
board = esp32-s3-devkitc-1

[env:pico]
Expand Down

0 comments on commit 8a4b949

Please sign in to comment.