Skip to content

Releases: adafruit/Adafruit_IO_Arduino

3.6.4 - Fixed doxygen rendering

06 Jul 21:07
66d04a9
Compare
Choose a tag to compare
Merge pull request #129 from adafruit/doxy-fix

Testing doxygen INPUT setting

Re-release to bump library manager

08 Jun 16:28
9086dc2
Compare
Choose a tag to compare

Update library.properties

Fix compilation error when using Ethernet interface

08 Jun 16:26
bdae4e3
Compare
Choose a tag to compare

This release:

  • #125 Fixes a compilation error with the AdafruitIO_Ethernet interface

Fix ESP8266 crash on group subscription

02 Jun 14:46
0a7b431
Compare
Choose a tag to compare
  • #121 Fixes ESP8266 crash on subscribing to groups without a specified feed name.

Fix Hang on Connect for AirLift Co-Processors

08 May 15:40
6ed54d3
Compare
Choose a tag to compare

This release fixes the connection hang bug for AirLift Co-Processors during connect introduced in 3.3.1.

3.5.1 - Added docs badge

25 Apr 17:39
c1d57e6
Compare
Choose a tag to compare
Update library.properties

Fix Crashing on Group Actions

21 Apr 14:53
ce83ba9
Compare
Choose a tag to compare
  • #114 #111 Fixes crash on ESP32 when attempting to publish or subscribe to a group

Doxygen and Actions

22 Jan 17:56
e2b69fd
Compare
Choose a tag to compare
  • #86 Doxygen documentation added to library.
  • Library moved from Travis to GitHub Actions.
  • Outdated ReadTheDocs documentation removed from library in favor of Doxygen.

Improved WiFi Resilience

27 Dec 13:50
f7ecc16
Compare
Choose a tag to compare
  • #103 Add optional fail_fast argument to calling io.run() and io.mqttStatus() from user-code to allow them to return quickly. Thanks @sellensr!

  • #103 Automatically detects WiFi connection failure, attempts a reconnect unless fail_fast is True. Thanks @sellensr!

  • #103 Checks if SSID is an empty string prior to attempting a connection. Thanks @sellensr!

Fix crash on network connection

18 Dec 14:14
1e70236
Compare
Choose a tag to compare
  • #100 run() returns under an appropriate status instead of hanging if the wifi connection dies.
    • Querying mqttStatus() now returns an error code without waiting for a long timeout.

Thanks @sellensr!