From 6c5ab7e49e9c0e1e4b9d46b8038c9ffe84230cf7 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Fri, 19 May 2017 08:12:11 +0100 Subject: [PATCH] Increase delay between modem tries. --- Modem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modem.cpp b/Modem.cpp index bc4f002..15235c5 100644 --- a/Modem.cpp +++ b/Modem.cpp @@ -916,7 +916,7 @@ bool CModem::readVersion() } } - CThread::sleep(1000U); + CThread::sleep(1500U); } LogError("Unable to read the firmware version after six attempts");