Update Time using NTP
This commit is contained in:
@@ -68,6 +68,7 @@ private:
|
||||
void updateTimeControl(bool retrieved);
|
||||
void updateAuth(bool retrieved);
|
||||
void postponeBleWatchdog();
|
||||
void updateTime();
|
||||
|
||||
void updateGpioOutputs();
|
||||
|
||||
@@ -147,6 +148,7 @@ private:
|
||||
int64_t _waitKeypadUpdateTs = 0;
|
||||
int64_t _waitTimeControlUpdateTs = 0;
|
||||
int64_t _waitAuthUpdateTs = 0;
|
||||
int64_t _nextTimeUpdateTs = 0;
|
||||
int64_t _nextKeypadUpdateTs = 0;
|
||||
int64_t _nextPairTs = 0;
|
||||
int64_t _nextRssiTs = 0;
|
||||
|
||||
Reference in New Issue
Block a user