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: gnss ublox-at-cellular-interface-ext ublox-cellular-base ublox-cellular-driver-gen
Fork of example-ublox-at-cellular-interface-ext by
Diff: main.cpp
- Revision:
- 13:1df178c3cee7
- Parent:
- 12:1e1c58088143
--- a/main.cpp Tue Jun 13 10:48:31 2017 +0100 +++ b/main.cpp Fri Jun 23 10:11:17 2017 +0000 @@ -20,7 +20,7 @@ // The credentials of the SIM in the board. If PIN checking is enabled // for your SIM card you must set this to the required PIN. -#define PIN "0000" +#define PIN NULL // Network credentials. You should set this according to your // network/SIM card. For C030 boards, leave the parameters as NULL @@ -29,7 +29,7 @@ // username and password NULL), or you may leave all three as NULL and then // a lookup will be attempted for a small number of known networks // (see APN_db.h in mbed-os/features/netsocket/cellular/utils). -#define APN NULL +#define APN "portalmmm.ml" #define USERNAME NULL #define PASSWORD NULL