Skip to content

v0.28.4

Compare
Choose a tag to compare
@github-actions github-actions released this 05 May 20:43

Downloads

ModularSensors_Dependencies_v0.28.4.zip

  • contains this version of ModularSensors and the proper versions of all of its dependencies.

Improvements

  • Allow each SDI-12 sensor to set the necessary command delay for that sensor.
    • Per protocol, sensors are allowed to take up to 100ms after receiving a break before being ready to receive a command.
      This allows each sensor to specify what delay it needs.
      This was added to support conflicting delay needs; the RDO needed a short delay, the newest Meter sensors do not respond properly if the delay is added.
  • For SDI-12 sensors, add repeated attempts to start a measurement if the first attempt unexpectedly fails.