]> the.earth.li Git - esp8266-clock.git/log
esp8266-clock.git
7 years agoExtend time parsing to include the date rather than just the time
Jonathan McDowell [Sat, 11 Feb 2017 11:11:52 +0000 (11:11 +0000)]
Extend time parsing to include the date rather than just the time

The initial time_t -> struct tm code concentrated on the time portion.
While we don't display the date at present it will be necessary for
calculating DST and is generally useful for completeness.

7 years agoUpdate NTP code to use DNS rather than hard coded IP
Jonathan McDowell [Fri, 10 Feb 2017 23:12:54 +0000 (23:12 +0000)]
Update NTP code to use DNS rather than hard coded IP

Rather than using a hard coded IP address for our NTP lookups be
a better netizen and query the UK NTP pool.

7 years agoInitial check-in of ESP8266 / MAX7219 NTP backed LED clock
Jonathan McDowell [Wed, 8 Feb 2017 22:14:44 +0000 (22:14 +0000)]
Initial check-in of ESP8266 / MAX7219 NTP backed LED clock