Add API to set the IEEE 802.15.4 Extended Address. (#289)

This commit is contained in:
Jonathan Hui
2016-07-28 10:55:23 -07:00
committed by GitHub
parent 5f3f992b11
commit 143ea37a0a
10 changed files with 110 additions and 9 deletions
+12 -2
View File
@@ -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
```