All notable changes to this project will be documented in this file.
- DHT22: wait for measurement (regression introduced in 1.0.0b7)
- Target Raspbian OS Bullseye
- As Bullseye is now targeted, move from legacy camera stack to libcamera using picamera2
- LCD: improve exception handling
- This changelog
- Add set up and clean up handlers for most peripherals
- Explicitly re-raise some expected exceptions as
PeripheralException
- Fix pigpio resource leak for peripherals using duty cycles and I2C
- Let MH-Z19 CO2 sensor actually use the
serialFile
configuration option
- Simplify some threading behavior
- Move some blocking I/O to dedicated threads