Skip to content

Commit 430c997

Browse files
author
Chris Trowbridge
committed
Move enabling ipv6 to be support by all targets by default
1 parent 5b4ac50 commit 430c997

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

mbed_app.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"target.network-default-interface-type": "CELLULAR",
2121
"mbed-trace.enable": false,
2222
"lwip.ipv4-enabled": true,
23+
"lwip.ipv6-enabled": true,
2324
"lwip.ethernet-enabled": false,
2425
"lwip.ppp-enabled": true,
2526
"lwip.tcp-enabled": true,
@@ -40,9 +41,6 @@
4041
],
4142
"target.components_add": ["STMOD_CELLULAR"],
4243
"stmod_cellular.provide-default": "true"
43-
},
44-
"EP_AGORA": {
45-
"lwip.ipv6-enabled" : true
4644
}
4745
}
4846
}

0 commit comments

Comments
 (0)