Skip to content

Commit a4b463c

Browse files
authored
fix(openthread): Fix formatting of CLI time units
1 parent ec9050c commit a4b463c

File tree

1 file changed

+1
-1
lines changed
  • libraries/OpenThread/examples/CLI/ThreadScan

1 file changed

+1
-1
lines changed

libraries/OpenThread/examples/CLI/ThreadScan/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ The ThreadScan example consists of the following main components:
111111
- Initializes Serial communication
112112
- Starts OpenThread stack with `OpenThread.begin(true)` (auto-start required for discovery)
113113
- Initializes OpenThread CLI
114-
- Sets CLI timeout to 100ms using `OThreadCLI.setTimeout()`
114+
- Sets CLI timeout to 100 ms using `OThreadCLI.setTimeout()`
115115

116116
2. **`loop()`**:
117117
- Performs IEEE 802.15.4 scan using `otPrintRespCLI("scan", Serial, 3000)`

0 commit comments

Comments
 (0)