Merge pull request #41 from UT2UH/TResolved

getTimeFullyResolved helper added - thank you @UT2UH
This commit is contained in:
Paul
2021-06-27 16:48:41 +01:00
committed by GitHub
4 changed files with 23 additions and 0 deletions
@@ -1075,6 +1075,7 @@ public:
bool getDateValid(uint16_t maxWait = defaultMaxWait);
bool getTimeValid(uint16_t maxWait = defaultMaxWait);
bool getTimeFullyResolved(uint16_t maxWait = defaultMaxWait);
bool getConfirmedDate(uint16_t maxWait = defaultMaxWait);
bool getConfirmedTime(uint16_t maxWait = defaultMaxWait);