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 C027_SupportTest SDFileSystem mbed
Fork of C027_SupportTest by
Diff: main.cpp
- Revision:
- 30:f5626c13289f
- Parent:
- 29:16f1037626e3
diff -r 16f1037626e3 -r f5626c13289f main.cpp
--- a/main.cpp Wed Nov 18 16:07:01 2015 +0000
+++ b/main.cpp Tue Jan 26 09:03:16 2016 +0000
@@ -20,18 +20,18 @@
// These parameters are ignored for LISA-C200 variants and can be left NULL.
//------------------------------------------------------------------------------------
//! Set your secret SIM pin here (e.g. "1234"). Check your SIM manual.
-#define SIMPIN NULL
+#define SIMPIN "08965247"
/*! The APN of your network operator SIM, sometimes it is "internet" check your
contract with the network operator. You can also try to look-up your settings in
google: https://www.google.de/search?q=APN+list */
-#define APN NULL
+#define APN "orange.fr"
//! Set the user name for your APN, or NULL if not needed
-#define USERNAME NULL
+#define USERNAME "orange"
//! Set the password for your APN, or NULL if not needed
-#define PASSWORD NULL
+#define PASSWORD "orange"
//------------------------------------------------------------------------------------
-//#define CELLOCATE
+#define CELLOCATE
int main(void)
{
