Add support board DIY Pro 3.7 and add example

This commit is contained in:
Phat Nguyen
2024-06-20 11:34:23 +07:00
parent 7560251deb
commit 0119a4d62a
13 changed files with 1099 additions and 77 deletions

View File

@ -7,6 +7,7 @@ jobs:
example:
- "BASIC"
- "DiyProIndoorV4_2"
- "DiyProIndoorV3_7"
- "TestCO2"
- "TestPM"
- "TestSht"
@ -26,6 +27,8 @@ jobs:
fqbn: "esp32:esp32:esp32c3"
- example: "DiyProIndoorV4_2"
fqbn: "esp32:esp32:esp32c3"
- example: "DiyProIndoorV3_7"
fqbn: "esp32:esp32:esp32c3"
- example: "OneOpenAir"
fqbn: "esp8266:esp8266:d1_mini"
runs-on: ubuntu-latest