You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,13 +12,15 @@ This library requires the latest version of the [Arduino IDE](https://www.arduin
12
12
13
13
* Latest version of the [ESP8266 Arduino Core](https://github.com/esp8266/Arduino#installing-with-boards-manager)
14
14
* Latest version of the [Adafruit MQTT Library](https://github.com/adafruit/Adafruit_MQTT_Library)
15
+
* Latest version of the [Arduino HTTP Client Library](https://github.com/arduino-libraries/ArduinoHttpClient)
15
16
16
17
### Adafruit Feather M0 WiFi with ATWINC1500
17
18
18
19
* Latest version of the [Arduino SAMD Arduino Core](https://github.com/arduino/ArduinoCore-samd)
19
20
* Latest version of the [Adafruit SAMD Arduino Core](https://github.com/adafruit/ArduinoCore-samd)
20
21
* Latest version of the [Adafruit MQTT Library](https://github.com/adafruit/Adafruit_MQTT_Library)
21
22
* Latest version of the [WiFi101 Library](https://github.com/arduino-libraries/WiFi101)
23
+
* Latest version of the [Arduino HTTP Client Library](https://github.com/arduino-libraries/ArduinoHttpClient)
22
24
23
25
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)
24
26
@@ -27,13 +29,15 @@ You will also need to add the SSL certificate for `io.adafruit.com` using the [g
27
29
* Latest version of the [Arduino SAMD Arduino Core](https://github.com/arduino/ArduinoCore-samd)
28
30
* Latest version of the [Adafruit MQTT Library](https://github.com/adafruit/Adafruit_MQTT_Library)
29
31
* Latest version of the [WiFi101 Library](https://github.com/arduino-libraries/WiFi101)
32
+
* Latest version of the [Arduino HTTP Client Library](https://github.com/arduino-libraries/ArduinoHttpClient)
30
33
31
34
You will also need to add the SSL certificate for `io.adafruit.com` using the MKR1000 SSL utility.
32
35
33
36
### Adafruit WICED Feather WiFi
34
37
35
38
* Latest version of the [Adafruit WICED Arduino Core](https://github.com/adafruit/Adafruit_WICED_Arduino)
36
39
* Latest version of the [Adafruit MQTT Library](https://github.com/adafruit/Adafruit_MQTT_Library)
40
+
* Latest version of the [Arduino HTTP Client Library](https://github.com/arduino-libraries/ArduinoHttpClient)
37
41
38
42
### Adafruit Feather 32u4 FONA
39
43
@@ -48,6 +52,7 @@ required by the host Feather board will also be required.
48
52
49
53
* Latest version of the [Adafruit Ethernet2 Library](https://github.com/adafruit/Ethernet2)
50
54
* Latest version of the [Adafruit MQTT Library](https://github.com/adafruit/Adafruit_MQTT_Library)
55
+
* Latest version of the [Arduino HTTP Client Library](https://github.com/arduino-libraries/ArduinoHttpClient)
0 commit comments