Releases: adafruit/Adafruit_IO_Arduino
Releases · adafruit/Adafruit_IO_Arduino
3.6.4 - Fixed doxygen rendering
Merge pull request #129 from adafruit/doxy-fix Testing doxygen INPUT setting
Re-release to bump library manager
Update library.properties
Fix compilation error when using Ethernet interface
This release:
- #125 Fixes a compilation error with the
AdafruitIO_Ethernet
interface
Fix ESP8266 crash on group subscription
- #121 Fixes ESP8266 crash on subscribing to groups without a specified feed name.
Fix Hang on Connect for AirLift Co-Processors
This release fixes the connection hang bug for AirLift Co-Processors during connect introduced in 3.3.1.
3.5.1 - Added docs badge
Update library.properties
Fix Crashing on Group Actions
Doxygen and Actions
- #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
-
#103 Add optional
fail_fast
argument to callingio.run()
andio.mqttStatus()
from user-code to allow them to return quickly. Thanks @sellensr! -
#103 Automatically detects WiFi connection failure, attempts a reconnect unless
fail_fast
isTrue
. Thanks @sellensr! -
#103 Checks if SSID is an empty string prior to attempting a connection. Thanks @sellensr!