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