No description
Check networkStatus() in mqttStatus() before attempting to reconnect MQTT. Fail quickly to avoid the ~20 seconds for MQTT connect attempts to timeout. Allow run() to return if the MQTT connection is down, without any other action. The calling sketch can then check network status, etc. to fix the problem. Checking mqttStatus() once per loop() is enough to allow it to retry the MQTT connection when needed. https://github.com/adafruit/Adafruit_IO_Arduino/issues/99 |
||
|---|---|---|
| .github | ||
| docs | ||
| examples | ||
| src | ||
| .gitignore | ||
| .travis.yml | ||
| Jenkinsfile | ||
| library.properties | ||
| LICENSE | ||
| README.md | ||
Adafruit IO Arduino Library
This library provides a simple device independent interface for interacting with Adafruit IO using Arduino. It allows you to switch between WiFi (ESP8266, ESP32, AirLift, WINC1500, & WICED), Cellular (32u4 FONA), and Ethernet (Ethernet FeatherWing)
Documentation
Documentation including installation, configuration and usage for this library is found on the Adafruit IO Arduino ReadTheDocs pages.
License
Copyright (c) 2019 Adafruit Industries. Licensed under the MIT license.
Adafruit invests time and resources providing this open source code. Please support Adafruit and open-source hardware by purchasing products from Adafruit.
