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.
Diff: main.cpp
- Revision:
- 34:6f85d44597ac
- Parent:
- 28:232da3ce8a88
- Child:
- 36:6294a71c9e9e
- Child:
- 45:dc095588e1b4
--- a/main.cpp Wed Feb 13 18:37:19 2019 +0000
+++ b/main.cpp Fri Feb 15 15:26:44 2019 +0000
@@ -207,6 +207,11 @@
int main()
{
print_function("\n\nmbed-os-example-cellular\n");
+ print_function("\n\nBuilt: %s, %s\n", __DATE__, __TIME__);
+#ifdef MBED_CONF_NSAPI_DEFAULT_CELLULAR_PLMN
+ print_function("\n\n[MAIN], plmn: %s\n", MBED_CONF_NSAPI_DEFAULT_CELLULAR_PLMN);
+#endif
+
print_function("Establishing connection\n");
#if MBED_CONF_MBED_TRACE_ENABLE
trace_open();