Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed
Fork of MbedSmartRestMain by
Diff: apndb.cpp
- Revision:
- 29:853741b9ea3b
- Parent:
- 28:2004400abeec
- Child:
- 42:104746744af8
--- a/apndb.cpp Sun May 25 17:46:19 2014 +0000
+++ b/apndb.cpp Mon May 26 08:10:27 2014 +0000
@@ -7,7 +7,7 @@
// Contains all tuples
apndb_t apndb[] = {
- { .mcc = "204", .mnc = "04", .apn = "public4.m2minternet.com", .user = "", .pass = "" }
+ { .mcc = "204", .mnc = "04", .carrier = "Vodafone NL", .apn = "public4.m2minternet.com" }
};
apndb_t * apndb_get(const char * imsi)

Cumulocity