lmirel / MorphingClockRemix

a remix on the work of HarryFun's MorphingClock
https://www.instructables.com/id/Morphing-Digital-Clock/
78 stars 30 forks source link

What NTP library are you using #1

Closed TropicMike closed 6 years ago

TropicMike commented 6 years ago

I'm trying to build your code, but I keep getting:

class NTPClient' has no member named 'getHour'

What library do I need to get? Google is showing some libs with "getHours" (with the 's') but nothing really for getHour.

lmirel commented 6 years ago

main code is based on the NTPClient lib example for ESP, the lib itself is used as is for NTP sync https://github.com/2dom/NtpClient I suggest you take the lib from there as zip and add it to your sketch. it will update your libs automagically.

more info in the README or on the landing page https://github.com/lmirel/MorphingClockRemix

TropicMike commented 6 years ago

Thank you, Imirel. I just noticed your reply in the comments on Harifun's page and compiled it about 30 seconds ago -- right when you were replying :)