Releases: adafruit/Adafruit_IO_Arduino
Releases · adafruit/Adafruit_IO_Arduino
Fix for Arduino Uno WiFi Rev2
- Add support for float formatting on Arduino UNO Wifi Rev. 2, thanks @kintel!
3.2.2
Fixed docs
Examples use WiFiNINA Pin Names
Adafruit SAMD AirLift boards have redefinitions to use nina pin naming (via adafruit/ArduinoCore-samd#131).
Release Notes:
- Updates all example config.h files for compatibility with both Adafruit AirLift boards and Arduino WiFi boards (MKR1010/Uno WiFi Rev2), fixing #90
- Updates all example config.h files with links to new Adafruit AirLift Shield and Feather product URLs
BREAKING: ESP8266 BSP 2.5.1 Support
BREAKING: This library will only work for ESP8266 boards running board support package 2.5.1 or above
Adding compatibility for ESP8266-Arduino Board Support package 2.5.1.
- Adding
verifyFingerprint
to AdafruitIO_ESP8266 for use with new default BearSSLWiFiSecureClient
in ESP8266 BSP 2.5.1. - Examples now build automatically for Metro M4 AirLift Lite
- Re-enabling TravisCI Target for ESP8266
- Add Metro M4 AirLift Lite to TravisCI
Release 3.1.0 - WARNING: breaking release for WINC1500!
BREAKING RELEASE FOR WINC1500
This release adds compatibility with the AirLift ESP32 Co-Processor.
- To use an AirLift Co-Processor, simply uncomment the
#define USE_AIRLIFT
in exampleconfig.h
files. * Example
Breaking Change:
If you are using this library with a WINC1500, you will need to #define USE_WINC1500
before including AdafruitIO_WiFi.h
and calling AdafruitIO_WiFi io(IO_USERNAME, IO_KEY, WIFI_SSID, WIFI_PASS);
- Example
- Note: WINC1500 pins can now be configured from
config.h
- see Release Notes for more information.
Release Notes:
2.7.23
- Add configurable precision to float/doubles sent to Adafruit IO on Non-ESP8266 hardware (SAMD/ESP32/ESP8266).
For example, if you would like to send a float of with two precision points (something like 3.14) to Adafruit IO:
feedName->save(floatValue, 0, 0, 0, 2);
2.7.22
- Added example for Time Tracking Cube Guide
- Update library.properties
Re-release to bump library manager
Update library.properties update for release