Skip to content

Releases: adafruit/Adafruit_IO_Arduino

Fix for Arduino Uno WiFi Rev2

13 Nov 15:01
23985c6
Compare
Choose a tag to compare
  • Add support for float formatting on Arduino UNO Wifi Rev. 2, thanks @kintel!

3.2.2

13 Sep 22:34
aea932d
Compare
Choose a tag to compare

Fixed docs

Examples use WiFiNINA Pin Names

23 Jul 13:47
abe2edb
Compare
Choose a tag to compare

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

22 May 14:49
b7bce75
Compare
Choose a tag to compare

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 BearSSL WiFiSecureClient 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!

30 Apr 16:39
66eeae7
Compare
Choose a tag to compare

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.

2.7.23

28 Jan 16:40
ac625aa
Compare
Choose a tag to compare
  • 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

15 Jan 16:31
88e837a
Compare
Choose a tag to compare

Re-release to bump library manager

15 Nov 19:03
f522bf1
Compare
Choose a tag to compare
Update library.properties

update for release

2.7.19

04 Sep 16:15
d79b5a1
Compare
Choose a tag to compare
  • Added Sketch for learn guide: IO Home Series - Home Security #69

2.7.18

30 Aug 14:46
Compare
Choose a tag to compare

Release Notes:

  • Add group /get MQTT topic support
  • Fix tiny memory/init bugs in Feed
  • Update group examples to include group /get support: adafruitio_12_group_sub.ino and adafruitio_11_group_pub.ino