mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
feat(openthread): enable openthread border agent id support
This commit is contained in:
Submodule components/openthread/lib updated: 785e946222...8943a3f95e
@ -123,6 +123,16 @@
|
|||||||
#define OPENTHREAD_CONFIG_BORDER_AGENT_ENABLE 1
|
#define OPENTHREAD_CONFIG_BORDER_AGENT_ENABLE 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @def OPENTHREAD_CONFIG_BORDER_AGENT_ID_ENABLE
|
||||||
|
*
|
||||||
|
* Define to 1 to enable Border Agent ID support.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
#ifndef OPENTHREAD_CONFIG_BORDER_AGENT_ID_ENABLE
|
||||||
|
#define OPENTHREAD_CONFIG_BORDER_AGENT_ID_ENABLE 1
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @def OPENTHREAD_CONFIG_BORDER_ROUTER_ENABLE
|
* @def OPENTHREAD_CONFIG_BORDER_ROUTER_ENABLE
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user