NuMaker Cellular(NB-IoT/4G)

Revision:
2:8730ba700f06
Parent:
0:25c616c85d69
Child:
3:6f804b5237be
--- a/main.cpp	Fri Oct 04 02:50:54 2019 +0000
+++ b/main.cpp	Thu Jan 30 09:18:02 2020 +0000
@@ -227,6 +227,7 @@
 
     /* Attempt to connect to a cellular network */
     if (do_connect() == NSAPI_ERROR_OK) {
+        printf("IP Address is %s\r\n", iface->get_ip_address());
         retcode = test_send_recv();
     }