This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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> | |
const char *ssid = "SDID"; | |
const char *password = "PASSWORD"; |