Initial delay extended

This commit is contained in:
Aleksander Nowakowski 2019-11-14 13:23:57 +01:00
parent 9381dfca50
commit dad27dd706
1 changed files with 1 additions and 1 deletions

View File

@ -579,7 +579,7 @@ class SecureDfuImpl extends BaseCustomDfuImpl {
mProgressInfo.setBytesSent(0);
}
final long initialDelay = 300; // ms
final long initialDelay = 400; // ms
final long startTime = SystemClock.elapsedRealtime() + initialDelay;
if (info.offset < mImageSizeInBytes) {