program to test exporting mbed-dev
Fork of FONA_CellPhone by
Diff: Adafruit_FONA.h
- Revision:
- 2:aaef20ac9044
- Parent:
- 0:851248a56628
- Child:
- 9:06eca688f2a3
--- a/Adafruit_FONA.h Thu Mar 10 05:52:15 2016 +0000 +++ b/Adafruit_FONA.h Thu Mar 10 01:53:00 2016 -0500 @@ -43,7 +43,7 @@ #define FONA_STTONE_INDIANDIALTONE 19 #define FONA_STTONE_USADIALTONE 20 -#define FONA_DEFAULT_TIMEOUT_MS 500 +#define FONA_DEFAULT_TIMEOUT_MS 500 //timeout between send AT and reply from FONA #define FONA_HTTP_GET 0 #define FONA_HTTP_POST 1 @@ -190,7 +190,7 @@ DigitalOut _rstpin; InterruptIn _ringIndicatorInterruptIn; - char replybuffer[255]; + char replybuffer[255]; // the output of getreply(), readline() is the function that changes the replybuffer char* apn; char* apnusername; char* apnpassword;