diff options
| -rw-r--r-- | src/MTS_IO_QuectelRadio.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/MTS_IO_QuectelRadio.cpp b/src/MTS_IO_QuectelRadio.cpp index 96a4980..942c0f7 100644 --- a/src/MTS_IO_QuectelRadio.cpp +++ b/src/MTS_IO_QuectelRadio.cpp @@ -938,7 +938,7 @@ ICellularRadio::CODE QuectelRadio::uploadFile(int fd, const std::string& sTarget      sExpectedResult += MTS::Text::toLowerCase(MTS::Text::formatHex(dChecksum));      // "send" empty string to read acknoledge string -    std::string sResult = sendCommand("", DEFAULT_BAIL_STRINGS, 3000, 0x00); +    std::string sResult = sendCommand("", DEFAULT_BAIL_STRINGS, 10000, 0x00);      if (sResult.find(sExpectedResult) != std::string::npos) {          printDebug("Radio returned: [%s]", sResult.c_str()); | 
