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

Commit d48cf49

Browse files
author
Arto Kinnunen
committed
Update 6LoWPAN Gateway binaries and Thread config
Update 6LoWPAN Gateway binaries to match sal-stack-nanostack#v6.0.1. Update thread configuration file as Thread channel is changed from channel 12 to channel 22 and PANID 0700.
1 parent d2bbf12 commit d48cf49

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

GW_Binary/gateway6LoWPANDynamic.bin

100644100755
10.2 KB
Binary file not shown.

GW_Binary/gateway6LoWPANStatic.bin

100644100755
10.2 KB
Binary file not shown.

GW_Binary/gatewayThreadDynamic.bin

13.6 KB
Binary file not shown.

GW_Binary/gatewayThreadStatic.bin

13.6 KB
Binary file not shown.

configs/mesh_thread.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"target.features_add": ["NANOSTACK", "THREAD_ROUTER", "COMMON_PAL"],
1616
"platform.stdio-baud-rate": 115200,
1717
"platform.stdio-convert-newlines": true,
18-
"mbed-mesh-api.thread-config-channel": 12,
19-
"mbed-mesh-api.thread-config-panid": "0xDEFA",
18+
"mbed-mesh-api.thread-config-channel": 22,
19+
"mbed-mesh-api.thread-config-panid": "0x0700",
2020
"mbed-trace.enable": 0
2121
}
2222
}

0 commit comments

Comments
 (0)