NTP library for ESP8266
Go to file
2EEEB addaf856e5
added option to configure parameters
2020-06-19 13:00:11 +02:00
CHANGELOG initial commit 2020-05-22 13:04:52 +02:00
NTPClient.cpp added option to configure parameters 2020-06-19 13:00:11 +02:00
NTPClient.h added option to configure parameters 2020-06-19 13:00:11 +02:00
README.md initial commit 2020-05-22 13:04:52 +02:00
keywords.txt initial commit 2020-05-22 13:04:52 +02:00
library.json initial commit 2020-05-22 13:04:52 +02:00
library.properties initial commit 2020-05-22 13:04:52 +02:00

NTPClient

A library to connect an ESP8266 to an NTP server.

Modified to include date parsing support, removal of all String class based methods.

Modified from the original Arduino library.