implement retry for keyturner state

This commit is contained in:
technyon
2023-02-10 17:06:52 +01:00
parent 8e16b3e7b2
commit 11caec34cd
4 changed files with 27 additions and 2 deletions

View File

@@ -90,6 +90,7 @@ private:
int _nrOfRetries = 0;
int _retryDelay = 0;
int _retryCount = 0;
int _retryLockstateCount = 0;
long _rssiPublishInterval = 0;
unsigned long _nextRetryTs = 0;
unsigned long _nextLockStateUpdateTs = 0;