Skip to content

Commit 483fc71

Browse files
authored
Update README.md
add requirement of latest version of the [Arduino HTTP Client Library](https://github.com/arduino-libraries/ArduinoHttpClient)
1 parent 185d2e2 commit 483fc71

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@ This library requires the latest version of the [Arduino IDE](https://www.arduin
1212

1313
* Latest version of the [ESP8266 Arduino Core](https://github.com/esp8266/Arduino#installing-with-boards-manager)
1414
* 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)
1516

1617
### Adafruit Feather M0 WiFi with ATWINC1500
1718

1819
* Latest version of the [Arduino SAMD Arduino Core](https://github.com/arduino/ArduinoCore-samd)
1920
* Latest version of the [Adafruit SAMD Arduino Core](https://github.com/adafruit/ArduinoCore-samd)
2021
* Latest version of the [Adafruit MQTT Library](https://github.com/adafruit/Adafruit_MQTT_Library)
2122
* 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)
2224

2325
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)
2426

@@ -27,13 +29,15 @@ You will also need to add the SSL certificate for `io.adafruit.com` using the [g
2729
* Latest version of the [Arduino SAMD Arduino Core](https://github.com/arduino/ArduinoCore-samd)
2830
* Latest version of the [Adafruit MQTT Library](https://github.com/adafruit/Adafruit_MQTT_Library)
2931
* 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)
3033

3134
You will also need to add the SSL certificate for `io.adafruit.com` using the MKR1000 SSL utility.
3235

3336
### Adafruit WICED Feather WiFi
3437

3538
* Latest version of the [Adafruit WICED Arduino Core](https://github.com/adafruit/Adafruit_WICED_Arduino)
3639
* 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)
3741

3842
### Adafruit Feather 32u4 FONA
3943

@@ -48,6 +52,7 @@ required by the host Feather board will also be required.
4852

4953
* Latest version of the [Adafruit Ethernet2 Library](https://github.com/adafruit/Ethernet2)
5054
* 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)
5156

5257
## Usage
5358

0 commit comments

Comments
 (0)