mirror of
https://github.com/espressif/openthread.git
synced 2026-09-01 06:49:54 +00:00
Add API to set the IEEE 802.15.4 Extended Address. (#289)
This commit is contained in:
+12
-2
@@ -185,7 +185,17 @@ Get the IEEE 802.15.4 Extended Address.
|
||||
|
||||
```bash
|
||||
> extaddr
|
||||
0xdead00beef00cafe
|
||||
dead00beef00cafe
|
||||
Done
|
||||
```
|
||||
|
||||
### extaddr \<extaddr\>
|
||||
|
||||
Set the IEEE 802.15.4 Extended Address.
|
||||
|
||||
```bash
|
||||
> extaddr dead00beef00cafe
|
||||
dead00beef00cafe
|
||||
Done
|
||||
```
|
||||
|
||||
@@ -195,7 +205,7 @@ Get the Thread Extended PAN ID value.
|
||||
|
||||
```bash
|
||||
> extpanid
|
||||
0xdead00beef00cafe
|
||||
dead00beef00cafe
|
||||
Done
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user