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
Fixes the documentation first paragraph in order to make it easier fore reading. It also displays in the very top which SoC are supported by the library.
Copy file name to clipboardExpand all lines: libraries/OpenThread/README.md
+9-3
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,19 @@
1
+
| Supported Targets | ESP32-C6 | ESP32-H2 |
2
+
| ----------------- | -------- | -------- |
3
+
1
4
# ESP32 Arduino OpenThreadCLI
2
5
3
-
The `OpenThreadCLI` class is an Arduino API for interacting with the OpenThread Command Line Interface (CLI). It allows you to manage and configure the Thread stack using a command-line interface. Below are the details of the class:
4
-
The available OpenThread Commands are documented in the [OpenThread CLI Reference Page](https://openthread.io/reference/cli/commands)
6
+
The `OpenThreadCLI` class is an Arduino API for interacting with the OpenThread Command Line Interface (CLI). It allows you to manage and configure the Thread stack using a command-line interface.
5
7
6
-
There is one main class called `OpenThreadCLI` and a global object used to operate OpenThread CLI, called `OThreadCLI`
8
+
There is one main class called `OpenThreadCLI` and a global object used to operate OpenThread CLI, called `OThreadCLI`.\
7
9
Some [helper functions](helper_functions.md) were made available for working with the OpenThread CLI environment.
8
10
11
+
The available OpenThread Commands are documented in the [OpenThread CLI Reference Page](https://openthread.io/reference/cli/commands)
12
+
9
13
It is important to note that the current implementation can only be used with Espressif SoC that has support to IEEE 802.15.4, such as **ESP32-C6** and **ESP32-H2**.
0 commit comments