Skip to content

Commit 8b4cd34

Browse files
committed
update dependencies in readme and bump lib to 2.2.0
1 parent 27982b3 commit 8b4cd34

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,18 @@ This library requires the latest version of the [Arduino IDE](https://www.arduin
1818
* Latest version of the [Arduino SAMD Arduino Core](https://github.com/arduino/ArduinoCore-samd)
1919
* Latest version of the [Adafruit SAMD Arduino Core](https://github.com/adafruit/ArduinoCore-samd)
2020
* Latest version of the [Adafruit MQTT Library](https://github.com/adafruit/Adafruit_MQTT_Library)
21+
* Latest version of the [WiFi101 Library](https://github.com/arduino-libraries/WiFi101)
2122

2223
You will also need to add the SSL certificate for `io.adafruit.com` using the [guide on the Adafruit Learning System.](https://learn.adafruit.com/adafruit-feather-m0-wifi-atwinc1500/updating-ssl-certificates)
2324

25+
### Arduino MKR1000
26+
27+
* Latest version of the [Arduino SAMD Arduino Core](https://github.com/arduino/ArduinoCore-samd)
28+
* Latest version of the [Adafruit MQTT Library](https://github.com/adafruit/Adafruit_MQTT_Library)
29+
* Latest version of the [WiFi101 Library](https://github.com/arduino-libraries/WiFi101)
30+
31+
You will also need to add the SSL certificate for `io.adafruit.com` using the MKR1000 SSL utility.
32+
2433
### Adafruit WICED Feather WiFi
2534

2635
* Latest version of the [Adafruit WICED Arduino Core](https://github.com/adafruit/Adafruit_WICED_Arduino)

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Adafruit IO Arduino
2-
version=2.1.1
2+
version=2.2.0
33
author=Adafruit
44
maintainer=Adafruit <info@adafruit.com>
55
sentence=Arduino library to access Adafruit IO.

0 commit comments

Comments
 (0)