Skip to content

Commit 2bfd0d6

Browse files
author
Jarno Lämsä
authored
Merge pull request #157 from ARMmbed/config_fixes
Configuration fixes for Wi-SUN
2 parents 7746de3 + 0d52c6d commit 2bfd0d6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

configs/Wisun_Stm_s2lp_RF.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"backhaul-mac": "{0x02, 0x00, 0x00, 0x00, 0x00, 0x01}",
2828
"debug-trace": "false",
2929
"backhaul-dynamic-bootstrap": true,
30-
"backhaul-prefix": "fd00:db8:ff1::",
31-
"backhaul-default-route": "::/0",
32-
"backhaul-next-hop": "fe80::1",
30+
"backhaul-prefix": "\"fd00:db8:ff1::\"",
31+
"backhaul-default-route": "\"::/0\"",
32+
"backhaul-next-hop": "\"fe80::1\"",
3333
"multicast-addr": "ff05::7",
3434
"LED": "NC",
3535
"SERIAL_TX": "NC",
@@ -53,7 +53,8 @@
5353
"nanostack.configuration": "ws_border_router",
5454
"platform.stdio-convert-newlines": true,
5555
"platform.stdio-baud-rate": 115200,
56-
"platform.stdio-buffered-serial": true
56+
"platform.stdio-buffered-serial": true,
57+
"mbed-mesh-api.use-malloc-for-heap": true
5758
},
5859
"K64F": {
5960
"kinetis-emac.tx-ring-len":4,

0 commit comments

Comments
 (0)