We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3633cf commit cf8597cCopy full SHA for cf8597c
src/wifi/AdafruitIO_WINC1500.h
@@ -6,7 +6,7 @@
6
* products from Adafruit!
7
*
8
* Copyright (c) 2015-2016 Adafruit Industries
9
- * Authors: Tony DiCola, Todd Treece
+ * Authors: Tony DiCola, Todd Treece, Morgan Winters
10
* Licensed under the MIT license.
11
12
* All text above must be included in any redistribution.
@@ -23,7 +23,8 @@
23
#include "Adafruit_MQTT_Client.h"
24
#include "Arduino.h"
25
#include "SPI.h"
26
-#include "WiFi101.h"
+//#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
28
29
/**************************************************************************/
30
/*!
0 commit comments