Skip to content
This repository was archived by the owner on Apr 24, 2019. It is now read-only.

Commit d70075f

Browse files
author
Yogesh Pande
authored
Merge pull request #246 from ARMmbed/easy-ipvx
Push IPvx printout to easy-connect.h
2 parents 1d38ee8 + 14e2d4e commit d70075f

File tree

3 files changed

+7
-11
lines changed

3 files changed

+7
-11
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -313,12 +313,12 @@ To build the example using mbed CLI:
313313
314314
If you are using either of the following configurations remember to copy .mbedignore as well:
315315
316-
```
316+
```
317317
configs/eth_*
318318
configs/wifi_*
319-
```
319+
```
320320
321-
```
321+
```
322322
cp configs/eth-wifi-mbedignore ./.mbedignore
323323
```
324324
@@ -351,7 +351,8 @@ The application prints debug messages over the serial port, so you can monitor i
351351
After connecting, you should see messages about connecting to mbed Device Connector:
352352
353353
```
354-
Starting mbed Client example in IPv4 mode
354+
Starting mbed Client example
355+
[EasyConnect] IPv4 mode
355356
[EasyConnect] Using Ethernet
356357
[EasyConnect] Connected to Network successfully
357358
[EasyConnect] IP address 192.168.8.110

easy-connect.lib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/ARMmbed/easy-connect/#6fb5842becaefd360f57916a587b5a0ffdc45ff0
1+
https://github.com/ARMmbed/easy-connect/#d827cdb1c3fb5a419b721646a2e1fc49fbd3fdf0

main.cpp

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -358,12 +358,7 @@ Add MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES and MBEDTLS_TEST_NULL_ENTROPY in mbed_app
358358
// Keep track of the main thread
359359
mainThread = osThreadGetId();
360360
361-
printf("\nStarting mbed Client example in ");
362-
#if defined (MESH) || (MBED_CONF_LWIP_IPV6_ENABLED==true)
363-
printf("IPv6 mode\n");
364-
#else
365-
printf("IPv4 mode\n");
366-
#endif
361+
printf("\nStarting mbed Client example\n");
367362
368363
mbed_trace_init();
369364

0 commit comments

Comments
 (0)