File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
libraries/OpenThread/examples/COAP Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 88
99const char *otSetupLeader[] = {
1010 // -- clear/disable all
11- // stop CoAP
11+ // stop CoAP
1212 " coap" , " stop" ,
13- // stop Thread
13+ // stop Thread
1414 " thread" , " stop" ,
1515 // stop the interface
1616 " ifconfig" , " down" ,
1717 // clear the dataset
1818 " dataset" , " clear" ,
1919 // -- set dataset
20- // create a new complete dataset with random data
20+ // create a new complete dataset with random data
2121 " dataset" , " init new" ,
2222 // set the channel
2323 " dataset channel" , OT_CHANNEL,
24- // set the network key
24+ // set the network key
2525 " dataset networkkey" , OT_NETWORK_KEY,
2626 // commit the dataset
2727 " dataset" , " commit active" ,
Original file line number Diff line number Diff line change 99
1010const char *otSetupChild[] = {
1111 // -- clear/disable all
12- // stop CoAP
12+ // stop CoAP
1313 " coap" , " stop" ,
14- // stop Thread
14+ // stop Thread
1515 " thread" , " stop" ,
1616 // stop the interface
1717 " ifconfig" , " down" ,
@@ -20,7 +20,7 @@ const char *otSetupChild[] = {
2020 // -- set dataset
2121 // set the channel
2222 " dataset channel" , OT_CHANNEL,
23- // set the network key
23+ // set the network key
2424 " dataset networkkey" , OT_NETWORK_KEY,
2525 // commit the dataset
2626 " dataset" , " commit active" ,
You can’t perform that action at this time.
0 commit comments