Releases: mutkuensert/Arduino-air-quality-monitor-esp32
Releases · mutkuensert/Arduino-air-quality-monitor-esp32
v3.0
v2.3
Sleep and work interval work properly.
PmResult and Sds011SensorHandler classes are in separate files.
Existing bugs:
First bytes come from arduino are received broken at esp32 side.
v2.2
Json data page has been fixed.
Data is transferred as bytes.
Credentials file has been created.
Existing bugs:
First bytes come from arduino are received broken at esp32 side.
Technical Depts:
PmResult and Sds011SensorHandler classes will be put in a separate file.
v2.1
Lines in data are distributed into an array
v2.0
Code has been refactored with oop principles. Also sensor is working in time interval utilizing commands.
v1.0
fix: add delay to fix broken data bug