mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
feat(openthread): openthread upstream update
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD
|
||||
* SPDX-FileCopyrightText: 2021-2023 Espressif Systems (Shanghai) CO LTD
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
@@ -497,4 +497,14 @@
|
||||
#endif
|
||||
#endif //CONFIG_OPENTHREAD_LINK_METRICS
|
||||
|
||||
/**
|
||||
* @def OPENTHREAD_CONFIG_OPERATIONAL_DATASET_AUTO_INIT
|
||||
*
|
||||
* Define as 1 to enable support for locally initializing an Active Operational Dataset.
|
||||
*
|
||||
*/
|
||||
#ifndef OPENTHREAD_CONFIG_OPERATIONAL_DATASET_AUTO_INIT
|
||||
#define OPENTHREAD_CONFIG_OPERATIONAL_DATASET_AUTO_INIT 1
|
||||
#endif
|
||||
|
||||
#define OPENTHREAD_FTD 1
|
||||
|
||||
Reference in New Issue
Block a user