fix retry counter

This commit is contained in:
technyon
2023-01-14 13:54:53 +01:00
parent 502f0c4b6e
commit 81f65c3ff4
6 changed files with 27 additions and 18 deletions

View File

@@ -86,7 +86,7 @@ private:
uint _maxKeypadCodeCount = 0;
int _nrOfRetries = 0;
int _retryDelay = 0;
int _retryCount = -1;
int _retryCount = 0;
unsigned long _nextLockStateUpdateTs = 0;
unsigned long _nextBatteryReportTs = 0;
unsigned long _nextConfigUpdateTs = 0;