Add the new function in for NTP correction.

pull/126/head
GuruSR 2021-12-23 00:25:53 -05:00 committed by GitHub
parent 22883c76b8
commit c0466ae9f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ class WatchyRTC {
void read(tmElements_t &tm);
void set(tmElements_t tm);
uint8_t temperature();
time_t NTPCorrection(time_t FromNTP);
private:
void _DSConfig(String datetime);
void _PCFConfig(String datetime);