Skip to content

Commit 7ecfa05

Browse files
authored
fix(othread): use esp-idf instead of just idf
1 parent 60f84fa commit 7ecfa05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/openthread/openthread_core.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ Initializes the OpenThread stack.
3636
3737
static void begin(bool OThreadAutoStart = true);
3838
39-
* ``OThreadAutoStart`` - If ``true``, automatically starts Thread with default dataset from NVS or IDF settings (default: ``true``)
39+
* ``OThreadAutoStart`` - If ``true``, automatically starts Thread with default dataset from NVS or ESP-IDF settings (default: ``true``)
4040

41-
This function initializes the OpenThread stack and creates the OpenThread task. If ``OThreadAutoStart`` is ``true``, it will attempt to start Thread using the active dataset from NVS or IDF default settings.
41+
This function initializes the OpenThread stack and creates the OpenThread task. If ``OThreadAutoStart`` is ``true``, it will attempt to start Thread using the active dataset from NVS or ESP-IDF default settings.
4242

4343
**Note:** This is a static function and should be called before creating an ``OpenThread`` instance.
4444

0 commit comments

Comments
 (0)