feat(openthread): enable time sync feature

This commit is contained in:
Shu Chen
2023-09-21 20:31:38 +08:00
parent b8444c2234
commit 2652881900
4 changed files with 51 additions and 5 deletions
@@ -242,4 +242,14 @@
*/
#define OPENTHREAD_CONFIG_DNS_CLIENT_ENABLE CONFIG_OPENTHREAD_DNS_CLIENT
/**
* @def OPENTHREAD_CONFIG_TIME_SYNC_ENABLE
*
* Define as 1 to enable the time synchronization service feature.
*
*/
#if CONFIG_OPENTHREAD_TIME_SYNC
#define OPENTHREAD_CONFIG_TIME_SYNC_ENABLE 1
#endif
#define OPENTHREAD_MTD 1