mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 20:41:14 +00:00
OpenThread border router: support border router to connect with SSED
This commit is contained in:
@@ -206,3 +206,13 @@
|
||||
#endif
|
||||
|
||||
#define OPENTHREAD_RADIO 1
|
||||
|
||||
/**
|
||||
* @def OPENTHREAD_CONFIG_MLE_LINK_METRICS_SUBJECT_ENABLE
|
||||
*
|
||||
* Define as 1 to support Thread 1.2 Link Metrics Subject feature.
|
||||
*
|
||||
*/
|
||||
#ifndef OPENTHREAD_CONFIG_MLE_LINK_METRICS_SUBJECT_ENABLE
|
||||
#define OPENTHREAD_CONFIG_MLE_LINK_METRICS_SUBJECT_ENABLE 1
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user