We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a478e9b + 10245be commit 7f7d9a5Copy full SHA for 7f7d9a5
main.cpp
@@ -207,6 +207,11 @@ nsapi_error_t test_send_recv()
207
int main()
208
{
209
print_function("\n\nmbed-os-example-cellular\n");
210
+ print_function("\n\nBuilt: %s, %s\n", __DATE__, __TIME__);
211
+#ifdef MBED_CONF_NSAPI_DEFAULT_CELLULAR_PLMN
212
+ print_function("\n\n[MAIN], plmn: %s\n", MBED_CONF_NSAPI_DEFAULT_CELLULAR_PLMN);
213
+#endif
214
+
215
print_function("Establishing connection\n");
216
#if MBED_CONF_MBED_TRACE_ENABLE
217
trace_open();
0 commit comments