Added HTTP API to C027_Support library.
Fork of C027_Support by
Revision 105:f6bb2a20de70, committed 2014-07-29
- Comitter:
- mazgch
- Date:
- Tue Jul 29 04:08:43 2014 +0000
- Parent:
- 104:c64ba749a422
- Child:
- 106:18aeacdae391
- Commit message:
- bug fix from wochnik
Changed in this revision
MDM.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/MDM.cpp Fri Jul 04 05:20:57 2014 +0000 +++ b/MDM.cpp Tue Jul 29 04:08:43 2014 +0000 @@ -1336,7 +1336,7 @@ param.len = 0; LOCK(); sendFormated("AT+URDFILE=\"%s\"\r\n", filename, len); - if (RESP_OK != waitFinalResp(_cbURDFILE, ¶m)); + if (RESP_OK != waitFinalResp(_cbURDFILE, ¶m)) param.len = -1; UNLOCK(); return param.len;