Add extra checks and auto retries

This commit is contained in:
iranl
2024-03-24 22:28:44 +01:00
parent 56d718bc00
commit 1dcef135fc
4 changed files with 50 additions and 2 deletions

View File

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