[dataset] only master key is needed to attach (#4051)

This commit is contained in:
Jonathan Hui
2019-08-05 09:02:25 -07:00
committed by GitHub
parent 2eab474025
commit af573f5e72
10 changed files with 18 additions and 23 deletions
+1 -3
View File
@@ -82,13 +82,11 @@ $ cd <path-to-openthread>/output/<platform>/bin
$ ./ot-cli-ftd 2
```
Configure Thread Master Key and PAN ID from Node 1's Active Operational Dataset:
Configure Thread Master Key from Node 1's Active Operational Dataset:
```bash
> dataset masterkey dfd34f0f05cad978ec4e32b0413038ff
Done
> dataset panid 0x8f28
Done
> dataset commit active
Done
```