Increase delay between modem tries.

This commit is contained in:
Jonathan Naylor 2017-05-19 08:12:11 +01:00 committed by GitHub
parent b4599dc89c
commit 6c5ab7e49e
1 changed files with 1 additions and 1 deletions

View File

@ -916,7 +916,7 @@ bool CModem::readVersion()
}
}
CThread::sleep(1000U);
CThread::sleep(1500U);
}
LogError("Unable to read the firmware version after six attempts");