increase regular delay to up to 80 ms
Some checks are pending
EIVE/eive-obsw/pipeline/head Build started...
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
Robin Müller 2022-11-28 16:27:33 +01:00
parent 2c223712ff
commit 425e7c1e52
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

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