Skip to content

Releases: monstrenyatko/butler-arduino-library

v1.1.0

16 Mar 23:26
Compare
Choose a tag to compare

COMMON changes:

  • Implement SLEEP_MODE_PWR_DOWN mode
  • Remove useless unsubscribe from sensor loop
  • [DHT] Move sensor begin call out of constructor

MQTT-XBEE-DHT-SENSOR changes:

  • Decrease network HIBERNATE_DELAY WAKE_UP_DELAY to 10 ms
  • Reduce MQTT_COMMAND_TIMEOUT to 3 sec
  • Reduce MQTT_LISTEN_TIME to 3 sec
  • Enable sensor only for measurement
  • Use SLEEP_MODE_PWR_DOWN mode
  • Initialize sensor while setup call instead of constructor

v1.0.0

10 Mar 05:18
Compare
Choose a tag to compare
  • Convert to library.
  • Sensor implementation moved to examples/SensorMqttXbeeDhtLpm.
  • Implement single/global platformio.ini file.