add retry delay

This commit is contained in:
technyon
2023-01-14 18:17:21 +01:00
parent 81f65c3ff4
commit 3cd57fb032
3 changed files with 6 additions and 3 deletions

View File

@@ -87,6 +87,7 @@ private:
int _nrOfRetries = 0;
int _retryDelay = 0;
int _retryCount = 0;
unsigned long _nextRetryTs = 0;
unsigned long _nextLockStateUpdateTs = 0;
unsigned long _nextBatteryReportTs = 0;
unsigned long _nextConfigUpdateTs = 0;