Skip to content

Tags: Hypfer/esp8266-vindriktning-particle-sensor

Tags

2021.08.0

Remove irrelevant/wrong check for 0

This fixes #16

2021.07.2

Add checksum validation for received sensor data

2021.07.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Cleanup, restructure, refactor to C++11

* Cleanup and restructure code and add clang-format

* Further improve code and reduce sketch size

* Address review comments

* Add comment for bit-shift operation

* Fix parseState not returning which causes inf loop

- Cleanup some other code

* Address review comments

* Remove clang-format

* formatting

* formatting

* bump firmware version

Co-authored-by: Sören Beye <github@hypfer.de>

2021.07.0

Fix #3