Library for the Adafruit FONA. This is a port of the original Arduino library available at: https://github.com/adafruit/Adafruit_FONA_Library . - Modified by Marc PLOUHINEC 27/06/2015 for use in mbed - Modified by lionel VOIRIN 05/08/2018 for use Adafruit FONA 3

Dependents:   Adafruit_FONA_3G_Library_Test

Revision:
12:7a6b5413b407
Parent:
11:5f66d83249ea
--- a/Adafruit_FONA.cpp	Sat Mar 02 10:29:28 2019 +0000
+++ b/Adafruit_FONA.cpp	Sun Mar 03 14:51:15 2019 +0000
@@ -1228,7 +1228,7 @@
 
     if (! expectReply("+CCHOPEN: 0,0")) return false;
 
-    if (! expectReply("+CCHRECV: DATA,0,10", 10000)) return false;
+    // if (! expectReply("+CCHRECV: DATA,0,10", 10000)) return false;
     
     readline();