Go to file
Juerd Waalboer 47167d8e82 Improve ABC, small refactor, debug output, and more.
- ABC history is now populated with previous outcome, so it won't
  assume any plateau is the new low.
- Don't change baseline if it's close to the old one, to avoid flash wear
  and display jumps.
- Reduced tick from 6 to 5 seconds, which is the MH-Z19's interval.
- Implement moving average for display to make it less jittery.
- Show ABC calculations and smoothing on serial output for debugging.
- Increase default mqtt failure maximum to 100 because restarts are
  visually annoying.
- Moved some magic literals to named constants.
2020-11-29 04:00:53 +01:00
.gitignore Add .gitignore 2020-11-16 23:50:49 +01:00
LICENSE First commit 2020-11-16 23:48:15 +01:00
README.md Bare minimum README 2020-11-16 23:57:56 +01:00
logo.h Add logo 2020-11-25 01:55:40 +01:00
logo.png Add logo 2020-11-25 01:55:40 +01:00
operame.ino Improve ABC, small refactor, debug output, and more. 2020-11-29 04:00:53 +01:00
platformio.ini Change references to snuffelaar to operame 2020-11-27 04:01:21 +01:00

README.md

Won't work in Arduino IDE; use PlatformIO.