Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-4711 committed Jun 30, 2024
2 parents 3b6859f + e58ce1c commit a9d9c60
Show file tree
Hide file tree
Showing 54 changed files with 5,259 additions and 619 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
matrix:
example:
- "BASIC"
- "DiyProIndoorV4_2"
- "DiyProIndoorV3_3"
- "TestCO2"
- "TestPM"
- "TestSht"
Expand All @@ -23,6 +25,10 @@ jobs:
exclude:
- example: "BASIC"
fqbn: "esp32:esp32:esp32c3"
- example: "DiyProIndoorV4_2"
fqbn: "esp32:esp32:esp32c3"
- example: "DiyProIndoorV3_3"
fqbn: "esp32:esp32:esp32c3"
- example: "OneOpenAir"
fqbn: "esp8266:esp8266:d1_mini"
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Local server API documentation is available in [/docs/local-server.md](/docs/loc
- [Sensirion I2C SHT](https://github.com/Sensirion/arduino-sht)
- [WiFiManager](https://github.com/tzapu/WiFiManager)
- [Arduino_JSON](https://github.com/arduino-libraries/Arduino_JSON)
- [PubSubClient](https://github.com/knolleary/pubsubclient)

## License
CC BY-SA 4.0 Attribution-ShareAlike 4.0 International License
Loading

0 comments on commit a9d9c60

Please sign in to comment.