From e10f2ae287a7bd978160d7fb906a23b0b9969ad8 Mon Sep 17 00:00:00 2001 From: Kari Severinkangas Date: Tue, 11 Apr 2017 16:19:01 +0300 Subject: [PATCH] irrelevant zeros removed from timestamp --- .../nanostack/FEATURE_NANOSTACK/mbed-mesh-api/mbed_lib.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/nanostack/FEATURE_NANOSTACK/mbed-mesh-api/mbed_lib.json b/features/nanostack/FEATURE_NANOSTACK/mbed-mesh-api/mbed_lib.json index c624209b05..d668e2261d 100644 --- a/features/nanostack/FEATURE_NANOSTACK/mbed-mesh-api/mbed_lib.json +++ b/features/nanostack/FEATURE_NANOSTACK/mbed-mesh-api/mbed_lib.json @@ -18,7 +18,7 @@ "thread-config-channel": 22, "thread-config-panid": "0x0700", "thread-config-network-name": "\"Thread Network\"", - "thread-config-commissioning-dataset-timestamp": "0x00010000", + "thread-config-commissioning-dataset-timestamp": "0x10000", "thread-config-extended-panid": "{0xf1, 0xb5, 0xa1, 0xb2,0xc4, 0xd5, 0xa1, 0xbd }", "thread-master-key": "{0x10, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88, 0x99, 0xaa, 0xbb, 0xcc, 0xdd, 0xee, 0xff}", "thread-config-ml-prefix": "{0xfd, 0x0, 0x0d, 0xb8, 0x0, 0x0, 0x0, 0x0}",