Skip to content

v0.2.0

Compare
Choose a tag to compare
@David00 David00 released this 12 Nov 08:38

This release includes my Custom Pi OS image, built with https://github.com/guysoft/CustomPiOS. The image is built from the stock Raspberry Pi OS Lite 32-bit image, released on Sept. 22, 2022.

What's Changed

  • Docker has been removed. InfluxDB and Grafana now run natively on the Pi.
  • Refactor into a Class by @kizniche in #62 (allows this project to be imported into other projects as a library)
  • py-spidev version bumped to 3.6, which resolves an SPI bandwidth issue noticed only on v5 kernels
  • Channel numbers in the software start at 1 now instead of 0, so you have CT1 - CT6 instead of CT0 - CT5.

New Contributors

Full Changelog: v0.1.0...v0.2.0