Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
bd237ed
Add `DiyProIndoorV4_2.ino` example
pnt325 Jun 15, 2024
a11eaea
[fix] build fail on example `BASIC`
pnt325 Jun 18, 2024
5ea01b8
[Fix] WiFi reset and set connect to factory wifi
pnt325 Jun 18, 2024
c8745e1
Update board support handle and fix connect timeout handle.
pnt325 Jun 19, 2024
f25f816
Add MQTT
pnt325 Jun 19, 2024
0e869d1
Update README.md
pnt325 Jun 19, 2024
411beda
Update `tvocRaw` and `noxRaw`, fix #184
pnt325 Jun 20, 2024
7d15c37
Update firmware mode, fix #185
pnt325 Jun 20, 2024
31655b0
[Fix] PCB 4.3: Boot loop if not connected to Dashboard, #186
pnt325 Jun 20, 2024
7560251
Update mqtt print log message
pnt325 Jun 20, 2024
0119a4d
Add support board DIY Pro 3.7 and add example
pnt325 Jun 20, 2024
45a4d98
Fix wrong firmware mode
pnt325 Jun 20, 2024
fbd5779
platformio.ini update
pnt325 Jun 20, 2024
48f1a80
Fixed FW_MODE_I_37PS
airgradient-achim Jun 22, 2024
57c33e4
check to handle sgp sensor
pnt325 Jun 24, 2024
dbc6319
Update `BASIC.ino` example
pnt325 Jun 24, 2024
863b1f9
Merge commit '5a2c1bd1d0290e5cae0b8dec02eb2a931211d1af' into feature/…
pnt325 Jun 25, 2024
bccadd1
[Fix] Wrong firmware model name
pnt325 Jun 25, 2024
beb17de
[Fix] WiFi reset failed and crash in offline mode
pnt325 Jun 25, 2024
6b3e8e3
Update default configuration json for special board
pnt325 Jun 25, 2024
f08c8ed
Rename example
pnt325 Jun 25, 2024
3ebce4a
Update firmware model name
pnt325 Jun 25, 2024
bfd20a7
Rename board type 3.7 to 3.3
pnt325 Jun 25, 2024
2de54ca
update platformio.ini
pnt325 Jun 25, 2024
a4176f9
Update board name comment
pnt325 Jun 25, 2024
0eba54f
Remove don't use code
pnt325 Jun 25, 2024
bddd4fe
Update `BASIC` CO2 calibration display message.
pnt325 Jun 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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