mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 19:12:10 +01:00
Merge pull request #58 from Noltari/lolin-c3-mini
Add LOLIN-C3-mini to Github CI
This commit is contained in:
commit
5f183bfc42
2 changed files with 6 additions and 2 deletions
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
|
|
@ -61,13 +61,17 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
board: [esp32, lolin_s2_mini]
|
||||
include:
|
||||
- board: esp32
|
||||
chip: ESP32
|
||||
flash_size: 4MB
|
||||
fqbn: esp32:esp32:esp32
|
||||
name: ESP32
|
||||
- board: lolin_c3_mini
|
||||
chip: ESP32-C3
|
||||
flash_size: 4MB
|
||||
fqbn: esp32:esp32:lolin_c3_mini
|
||||
name: LOLIN-C3-mini
|
||||
- board: lolin_s2_mini
|
||||
chip: ESP32-S2
|
||||
flash_size: 4MB
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue