Skip to content

Release 3.1.0 - WARNING: breaking release for WINC1500!

Compare
Choose a tag to compare
@brentru brentru released this 30 Apr 16:39
· 262 commits to master since this release
66eeae7

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 example config.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:

  • AdafruitIO_AIRLIFT.h moved to /src/wifi.
  • External pin configuration support added for the WINC1500, 37a603d
  • External pin configuration support added to AIRLIFT a1a43c2
  • AIO_DEBUG/AIO_ERRORS disabled by default
  • All example configuration (config.h) files updated.