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 <WiFi.h> | |
#include <WiFiUdp.h> | |
unsigned long inline ntpUnixTime (); | |
char ssid[] = "xxxxxxxx"; // your network SSID (name) | |
void setup() | |
{ | |
Serial.begin(115200); |
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 <WiFi.h> | |
#include <WiFiUdp.h> | |
unsigned long inline ntpUnixTime (); | |
char ssid[] = "xxxxxxxx"; // your network SSID (name) | |
void setup() | |
{ | |
Serial.begin(115200); |
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 <WiFi.h> | |
#include <WiFiUdp.h> | |
unsigned long inline ntpUnixTime (WiFiUDP&); | |
char ssid[] = "xxxxxxxx"; // your network SSID (name) | |
void setup() | |
{ | |
Serial.begin(115200); |