feat(openthread): enable openthread border agent id support

This commit is contained in:
Xu Si Yu
2023-07-18 19:23:30 +08:00
committed by zhangwenxu
parent c2681f00aa
commit 31212f284a
2 changed files with 11 additions and 1 deletions

View File

@ -123,6 +123,16 @@
#define OPENTHREAD_CONFIG_BORDER_AGENT_ENABLE 1
#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
*