We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec9050c commit a4b463cCopy full SHA for a4b463c
libraries/OpenThread/examples/CLI/ThreadScan/README.md
@@ -111,7 +111,7 @@ The ThreadScan example consists of the following main components:
111
- Initializes Serial communication
112
- Starts OpenThread stack with `OpenThread.begin(true)` (auto-start required for discovery)
113
- Initializes OpenThread CLI
114
- - Sets CLI timeout to 100ms using `OThreadCLI.setTimeout()`
+ - Sets CLI timeout to 100 ms using `OThreadCLI.setTimeout()`
115
116
2. **`loop()`**:
117
- Performs IEEE 802.15.4 scan using `otPrintRespCLI("scan", Serial, 3000)`
0 commit comments