Skip to content

Commit 64e71e2

Browse files
committed
Use IPV6 feature for filtering mesh, client, and sockets
1 parent 4b1dcd3 commit 64e71e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/test/examples/examples.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"https://developer.mbed.org/teams/mbed-os-examples/code/mbed-os-example-ble-HeartRate" :
66
{"features": ["BLE"]},
77
"https://developer.mbed.org/teams/mbed-os-examples/code/mbed-os-example-mesh-minimal" :
8-
{"features": ["IPV4"]},
9-
"https://github.com/ARMmbed/mbed-os-example-client" : {"features": ["IPV4"]},
10-
"https://github.com/ARMmbed/mbed-os-example-sockets" : {"features": ["IPV4"]},
8+
{"features": ["IPV6"]},
9+
"https://github.com/ARMmbed/mbed-os-example-client" : {"features": ["IPV6"]},
10+
"https://github.com/ARMmbed/mbed-os-example-sockets" : {"features": ["IPV6"]},
1111
"https://github.com/ARMmbed/mbed-os-example-uvisor" : {"targets": ["K64F"]}
1212
}

0 commit comments

Comments
 (0)