pelion-example-common-DISCO_F413ZH

Revision:
10:f3ec71d2ec83
Parent:
8:579904ba4ba1
Child:
11:0bddeb20bafc
--- a/main.cpp	Sun Dec 16 12:22:24 2018 +0000
+++ b/main.cpp	Sun Dec 16 12:30:37 2018 +0000
@@ -154,7 +154,7 @@
     }
 
     // Connect to the internet (DHCP is expected to be on)
-    printf("Connecting to the network using Wifi...\n");
+    printf("Connecting to the network using the default network interface...\n");
     net = NetworkInterface::get_default_instance();
 
     nsapi_error_t net_status = -1;