We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36d6a23 commit 671e503Copy full SHA for 671e503
examples/AsyncUpdate/AsyncUpdate.ino
@@ -1,8 +1,10 @@
1
-#include <WiFi.h>
+#include <NTPClient.h>
2
+// change next line to use with another board/shield
3
+#include <ESP8266WiFi.h>
4
+//#include <WiFi.h> // for WiFi shield
5
+//#include <WiFi101.h> // for WiFi 101 shield or MKR1000
6
#include <WiFiUdp.h>
7
-#include "NTPClient.h"
-
8
#define SSID "<your-ssid>"
9
#define PASSWORD "<your-password>"
10
0 commit comments