v1.17.0 #327

Merged
muellerr merged 131 commits from develop into main 2022-11-28 18:29:31 +01:00
68 changed files with 5587 additions and 2905 deletions
Showing only changes of commit 425e7c1e52 - Show all commits

View File

@@ -594,7 +594,7 @@ ReturnValue_t PlocSupvUartManager::handlePacketTransmissionNoReply(
} }
} else { } else {
TaskFactory::delayTask(currentDelay); TaskFactory::delayTask(currentDelay);
if (currentDelay < 20) { if (currentDelay < 80) {
currentDelay *= 2; currentDelay *= 2;
} }
} }