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: