[fix] build fail on example BASIC

This commit is contained in:
Phat Nguyen
2024-06-18 19:59:29 +07:00
parent bd237ed95d
commit a11eaea532
8 changed files with 23 additions and 43 deletions

View File

@ -6,6 +6,7 @@ jobs:
matrix:
example:
- "BASIC"
- "DiyProIndoorV4_2"
- "TestCO2"
- "TestPM"
- "TestSht"
@ -23,6 +24,8 @@ jobs:
exclude:
- example: "BASIC"
fqbn: "esp32:esp32:esp32c3"
- example: "DiyProIndoorV4_2"
fqbn: "esp32:esp32:esp32c3"
- example: "OneOpenAir"
fqbn: "esp8266:esp8266:d1_mini"
runs-on: ubuntu-latest