Skip to content

Commit 671e503

Browse files
committed
fix: asyncUpdate example
1 parent 36d6a23 commit 671e503

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

examples/AsyncUpdate/AsyncUpdate.ino

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
#include <WiFi.h>
1+
#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
26
#include <WiFiUdp.h>
37

4-
#include "NTPClient.h"
5-
68
#define SSID "<your-ssid>"
79
#define PASSWORD "<your-password>"
810

0 commit comments

Comments
 (0)