File tree 2 files changed +7
-7
lines changed
libraries/OpenThread/examples/COAP
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 8
8
9
9
const char *otSetupLeader[] = {
10
10
// -- clear/disable all
11
- // stop CoAP
11
+ // stop CoAP
12
12
" coap" , " stop" ,
13
- // stop Thread
13
+ // stop Thread
14
14
" thread" , " stop" ,
15
15
// stop the interface
16
16
" ifconfig" , " down" ,
17
17
// clear the dataset
18
18
" dataset" , " clear" ,
19
19
// -- set dataset
20
- // create a new complete dataset with random data
20
+ // create a new complete dataset with random data
21
21
" dataset" , " init new" ,
22
22
// set the channel
23
23
" dataset channel" , OT_CHANNEL,
24
- // set the network key
24
+ // set the network key
25
25
" dataset networkkey" , OT_NETWORK_KEY,
26
26
// commit the dataset
27
27
" dataset" , " commit active" ,
Original file line number Diff line number Diff line change 9
9
10
10
const char *otSetupChild[] = {
11
11
// -- clear/disable all
12
- // stop CoAP
12
+ // stop CoAP
13
13
" coap" , " stop" ,
14
- // stop Thread
14
+ // stop Thread
15
15
" thread" , " stop" ,
16
16
// stop the interface
17
17
" ifconfig" , " down" ,
@@ -20,7 +20,7 @@ const char *otSetupChild[] = {
20
20
// -- set dataset
21
21
// set the channel
22
22
" dataset channel" , OT_CHANNEL,
23
- // set the network key
23
+ // set the network key
24
24
" dataset networkkey" , OT_NETWORK_KEY,
25
25
// commit the dataset
26
26
" dataset" , " commit active" ,
You can’t perform that action at this time.
0 commit comments