Christos Vasilakis
/
pelion-example-common-DISCO_F413ZH
pelion-example-common-DISCO_F413ZH
Diff: main.cpp
- Revision:
- 10:f3ec71d2ec83
- Parent:
- 8:579904ba4ba1
- Child:
- 11:0bddeb20bafc
diff -r 734c08f4e486 -r f3ec71d2ec83 main.cpp --- 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;