Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By mikekgr
#58036 Another one way to achieve the same ( as Mr, blackketter suggested me @ https://github.com/PaulStoffregen/Time/issues/60), just a call to setSyncProvider() with your time function, initiate the sync line "syncNow"... In my case, just a call to
Code: Select allsetSyncProvider(getNtpTime);
do the trick.