Skip to content

Commit

Permalink
fix: asyncUpdate example
Browse files Browse the repository at this point in the history
  • Loading branch information
HoustonAsh committed Apr 9, 2024
1 parent 36d6a23 commit 671e503
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions examples/AsyncUpdate/AsyncUpdate.ino
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#include <WiFi.h>
#include <NTPClient.h>
// change next line to use with another board/shield
#include <ESP8266WiFi.h>
//#include <WiFi.h> // for WiFi shield
//#include <WiFi101.h> // for WiFi 101 shield or MKR1000
#include <WiFiUdp.h>

#include "NTPClient.h"

#define SSID "<your-ssid>"
#define PASSWORD "<your-password>"

Expand Down

0 comments on commit 671e503

Please sign in to comment.