Skip to content

Commit

Permalink
Increase delay between modem tries.
Browse files Browse the repository at this point in the history
  • Loading branch information
g4klx authored May 19, 2017
1 parent b4599dc commit 6c5ab7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@ bool CModem::readVersion()
}
}

CThread::sleep(1000U);
CThread::sleep(1500U);
}

LogError("Unable to read the firmware version after six attempts");
Expand Down

0 comments on commit 6c5ab7e

Please sign in to comment.