Skip to content

Releases: adafruit/Adafruit_MQTT_Library

Adding AirLift Example

02 May 14:19
bfdece4
Compare
Choose a tag to compare

Adding an example sketch for connecting any board which uses an AirLift ESP32 Co-Processor to Adafruit IO using Adafruit MQTT.

This example works both AirLift all-in-one boards (such as the PyPortal) and external airlift peripherals (such as the AirLift ESP32 Breakout)

Release Notes

WiFiNiNa and SAMD51 Support

19 Apr 14:30
4b32850
Compare
Choose a tag to compare

0.20.4

19 Feb 21:41
12479b2
Compare
Choose a tag to compare

0.20.3

28 Aug 15:01
07c9ae7
Compare
Choose a tag to compare

Release Notes:

  • Do you need to subscribe to more MQTT feeds? The maximum number of active MQTT subscriptions has been increased to 15.
    • If you're using an Arduino Uno or a 328p/32u4-based hardware platform, the maximum number of subscriptions is 5.

0.20.2

20 Aug 14:11
Compare
Choose a tag to compare

Release Notes

Library

  • Cleaned up compiler warnings.
  • Added handling for reading zero-length packets

Travis

  • Travis is working again on this repository for all pull requests and branch builds!
    • Travis updated to support current Adafruit IO hardware platform targets: ESP8266, SAMD
    • Replace outdated libraries (WINC, CC3000) installation with Arduino's WiFi101 library.

Examples

  • Patched fingerprint compile error in adafruitio_secure_esp8266.ino.

Fix for Winc1500 example to use WiFi101

29 Jan 19:37
Compare
Choose a tag to compare
0.20.1

bump fix for winc1500

Fix for ESP8266 and possibly other compilers!

10 Jan 05:27
Compare
Choose a tag to compare

v0.17.0

15 Feb 16:40
Compare
Choose a tag to compare

adds generic io callback support

v0.16.2

21 Nov 19:13
Compare
Choose a tag to compare

add platform #ifdef for subscription length

v0.16.1

15 Aug 21:14
Compare
Choose a tag to compare

removes remaining FlashStringHelper constructors, and removes progmem from examples