Added HTTP API to C027_Support library.
Fork of C027_Support by
Revision 119:db878a234544, committed 2015-03-12
- Comitter:
- mazgch
- Date:
- Thu Mar 12 17:10:17 2015 +0000
- Parent:
- 118:c2c4b6b421c8
- Child:
- 120:0e718a4ea25e
- Child:
- 122:5f6804915d77
- Commit message:
- added transatel apn settings
Changed in this revision
MDMAPN.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/MDMAPN.h Thu Mar 12 12:29:22 2015 +0000 +++ b/MDMAPN.h Thu Mar 12 17:10:17 2015 +0000 @@ -112,6 +112,9 @@ _APN("phone",,) _APN("wap.cingular","WAP@CINGULARGPRS.COM","CINGULAR1") _APN("isp.cingular","ISP@CINGULARGPRS.COM","CINGULAR1") }, + +// 901 International - INT + { /* Transatel */ "901-37", _APN("netgprs.com","tsl","tsl") }, }; inline const char* apnconfig(const char* imsi)