mirror of https://github.com/ARMmbed/mbed-os.git
config update to the previous commit
parent
156cd00d66
commit
b2b106c431
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue