You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/openthread/openthread_core.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,9 +36,9 @@ Initializes the OpenThread stack.
36
36
37
37
static void begin(bool OThreadAutoStart = true);
38
38
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``)
40
40
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.
42
42
43
43
**Note:** This is a static function and should be called before creating an ``OpenThread`` instance.
0 commit comments