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

Files at this revision

API Documentation at this revision

Comitter:
Nels885
Date:
Sun Mar 03 14:51:15 2019 +0000
Parent:
11:5f66d83249ea
Commit message:
fix sslTCPconnect method

Changed in this revision

Adafruit_FONA.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 5f66d83249ea -r 7a6b5413b407 Adafruit_FONA.cpp
--- 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();