Added NTP client to get real time.

Added support for 3 clock modes: demo / real / fast
This commit is contained in:
2019-06-04 21:33:13 +02:00
parent 4f28b11cf7
commit 07984234ab
3 changed files with 75 additions and 15 deletions

View File

@@ -17,4 +17,5 @@ upload_port = /dev/cu.wchusbserial1420
[lib_deps]
library =
WifiManager,
Adafruit NeoPixel
Adafruit NeoPixel,
NTPClient