Skip to content

Commit cf8597c

Browse files
authored
Updated to add support for the MKR1010
Added support for the Arduino MKR1010
1 parent b3633cf commit cf8597c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/wifi/AdafruitIO_WINC1500.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* products from Adafruit!
77
*
88
* Copyright (c) 2015-2016 Adafruit Industries
9-
* Authors: Tony DiCola, Todd Treece
9+
* Authors: Tony DiCola, Todd Treece, Morgan Winters
1010
* Licensed under the MIT license.
1111
*
1212
* All text above must be included in any redistribution.
@@ -23,7 +23,8 @@
2323
#include "Adafruit_MQTT_Client.h"
2424
#include "Arduino.h"
2525
#include "SPI.h"
26-
#include "WiFi101.h"
26+
//#include "WiFi101.h" // USE THIS FOR WiFi101 boards such as the MKR1000
27+
#include "WiFiNINA.h // USE THIS FOR WiFiNINA boards such as the MKR1010
2728
2829
/**************************************************************************/
2930
/*!

0 commit comments

Comments
 (0)