v1.17.0 #327

Merged
muellerr merged 131 commits from develop into main 2022-11-28 18:29:31 +01:00
Showing only changes of commit 425e7c1e52 - Show all commits

View File

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