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 {
|
} else {
|
||||||
TaskFactory::delayTask(currentDelay);
|
TaskFactory::delayTask(currentDelay);
|
||||||
if (currentDelay < 20) {
|
if (currentDelay < 80) {
|
||||||
currentDelay *= 2;
|
currentDelay *= 2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user