Skip to content

Releases: adafruit/Adafruit_MQTT_Library

v0.13.3

06 Jul 17:46

Choose a tag to compare

adds adafruit io error subscription example for esp8266

v0.13.2

05 Jul 21:09

Choose a tag to compare

fixes version in library.properties

v0.13.1

05 Jul 20:27

Choose a tag to compare

adds esp8266 mqtts (tls/ssl) example for adafruit io.

v0.13.0

30 Jun 16:44

Choose a tag to compare

adds custom CONNACK return codes

v0.12.3

08 Jun 02:45

Choose a tag to compare

fixes MQTT FONA - tested on a fona feather

0.12.2

22 Jan 01:33

Choose a tag to compare

added atwinc demo
cleaned up examples, removed useless ping
added 2sub demo
added will/qos1 demo
added ssl example for esp8266

0.12.1 minor mqtt_esp8266 example bug workaround

21 Nov 04:54

Choose a tag to compare

Small fix for mqtt_esp8266 example to work on Arduino 1.6.6 IDE.

0.12.0

22 Oct 18:40

Choose a tag to compare

adds mqtt 3.1.1 support

Fix MQTT client ID generation in examples

08 Sep 16:21

Choose a tag to compare

Swaps out all occurrences of:

const char MQTT_CLIENTID[] PROGMEM  = AIO_KEY __DATE__ __TIME__;

to:

const char MQTT_CLIENTID[] PROGMEM  = __TIME__ AIO_USERNAME;

in the example sketches.

Add Arduino Yun example

31 Aug 21:40

Choose a tag to compare

Small release to add Arduino Yun example which uses the YunClient class.