Commit Graph

5 Commits

Author SHA1 Message Date
Theo Arends 8079ee9749 Change MQTT message size
Change MQTT message size with additional 200 characters
2020-02-12 18:00:53 +01:00
Adrian Scillato 08032944b2
PubSubClient: Add disconnect type option
Allow clean disconnect as optional.
This avoid the automatic deletion of LWT message in the broker for clean disconnections, in order to let LWT work also on all cases (Restart, Config Changes, etc) See https://github.com/arendst/Tasmota/issues/7189
2019-12-15 16:45:03 -03:00
Adrian Scillato 946f6fd74f
PubSubClient: Add disconnect type option 2019-12-15 16:40:02 -03:00
Theo Arends bb567b523c Update PubSubClient.cpp 2019-11-17 17:42:57 +01:00
Theo Arends 073fd5c2cd 6.5.0.15 Change pubsubclient MQTT_KEEPALIVE from 10 to 30 seconds
6.5.0.15 20190606
 * Change pubsubclient MQTT_KEEPALIVE from 10 to 30 seconds in preparation of AWS IoT support
2019-06-06 12:14:04 +02:00