Releases: monstrenyatko/butler-arduino-library
Releases · monstrenyatko/butler-arduino-library
v1.1.0
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 ofconstructor
v1.0.0
- Convert to library.
- Sensor implementation moved to
examples/SensorMqttXbeeDhtLpm
. - Implement single/global
platformio.ini
file.