config update to the previous commit

pull/3987/head
Kari Severinkangas 2017-03-28 11:16:05 +03:00
parent 156cd00d66
commit b2b106c431
2 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@
"6lowpan-nd-sec-level": 5,
"6lowpan-nd-device-type": "NET_6LOWPAN_ROUTER",
"thread-pskd": "\"abcdefghijklmno\"",
"thread-static-link-config": true,
"thread-use-static-link-config": true,
"thread-config-channel-mask": "0x7fff800",
"thread-config-channel-page": 0,
"thread-config-channel": 22,

View File

@ -146,10 +146,10 @@ extern "C" {
#endif
// is static config used?
#if defined MBED_CONF_MBED_MESH_API_THREAD_STATIC_LINK_CONFIG
#define MBED_MESH_API_THREAD_STATIC_LINK_CONFIG MBED_CONF_MBED_MESH_API_THREAD_STATIC_LINK_CONFIG
#if defined MBED_CONF_MBED_MESH_API_THREAD_USE_STATIC_LINK_CONFIG
#define MBED_MESH_API_THREAD_USE_STATIC_LINK_CONFIG MBED_CONF_MBED_MESH_API_THREAD_USE_STATIC_LINK_CONFIG
#else
#define MBED_MESH_API_THREAD_STATIC_LINK_CONFIG 0X1
#define MBED_MESH_API_THREAD_USE_STATIC_LINK_CONFIG 0X1
#endif
// commissioning dataset timestamp