increase regular delay to up to 80 ms
This commit is contained in:
parent
2c223712ff
commit
425e7c1e52
@ -594,7 +594,7 @@ ReturnValue_t PlocSupvUartManager::handlePacketTransmissionNoReply(
|
||||
}
|
||||
} else {
|
||||
TaskFactory::delayTask(currentDelay);
|
||||
if (currentDelay < 20) {
|
||||
if (currentDelay < 80) {
|
||||
currentDelay *= 2;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user