Skip to content

v0.30.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jul 22:16
1f8b30f

DOI

New Features

  • Added support for Campbell ClariVUE10 turbidity sensor
  • REMOVED support for SoftwareWire for Atlas sensors.
    • The only supported version of a bit-banged (software) version of I2C removed inheritance from the core Wire library.
      Without inheritance, the parseFloat functions used by the Atlas sensors will not work.
      As I think this feature was completely unused for the Atlas sensors and I see no reason to use it with sensors that have completely flexible addressing, I removed it.

Improvements

  • Changed build flags and created a pre-commit hook for myself to update the menu build matrix

Bug fixes

  • Updated YosemiTech Y533 ORP sensor library, to match improvements and fixes from to EnviroDIY/YosemitechModbus#19.
  • Fixed GitHub actions for pull requests