Trond Enger / d7a_1x

Fork of d7a_1x by WizziLab

Revision:
40:b4df548bd9d8
Parent:
38:c1e7f97ab396
Child:
42:1578f0480dcb
diff -r 2101208fafb6 -r b4df548bd9d8 src/d7a_modem.cpp
--- a/src/d7a_modem.cpp	Mon Aug 29 14:35:03 2016 +0000
+++ b/src/d7a_modem.cpp	Mon Aug 29 15:05:07 2016 +0000
@@ -98,13 +98,13 @@
     bool reset_ok = false;
     g_modem_ctx.booted = false;
 
-    d7a_modem_soft_reset();
-    reset_ok = d7a_modem_wait_boot(3000);
+    //d7a_modem_soft_reset();
+    //reset_ok = d7a_modem_wait_boot(5000);
     
     if (!reset_ok)
     {
         d7a_modem_hard_reset();
-        reset_ok = d7a_modem_wait_boot(3000);
+        reset_ok = d7a_modem_wait_boot(5000);
     }
     ASSERT(reset_ok, "MODEM BOOT Timeout\r\n");
     g_modem_ctx.booted = true;