mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2026-03-30 08:52:11 +02:00
commit
645b991a3a
2 changed files with 5 additions and 1 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
|
@ -13,6 +13,10 @@ jobs:
|
|||
include:
|
||||
- env: esp32dev
|
||||
name: ESP32
|
||||
- env: esp32c3
|
||||
name: ESP32-C3
|
||||
- env: esp32s3
|
||||
name: ESP32-S3
|
||||
|
||||
steps:
|
||||
- name: Check out code
|
||||
|
|
|
|||
|
|
@ -49,4 +49,4 @@ build_type = debug
|
|||
board = esp32-c3-devkitm-1
|
||||
|
||||
[env:esp32s3]
|
||||
board = esp32-s3-devkitm-1
|
||||
board = esp32-s3-devkitc-1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue