TAS PLOC SUPV 3 #326

Merged
muellerr merged 9 commits from mueller/tas_ploc_supv_3 into develop 2022-11-28 18:26:44 +01:00
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;
} }
} }