Skip to content

Commit 81d62e9

Browse files
ci(pre-commit): Apply automatic fixes
1 parent 55f9378 commit 81d62e9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Diff for: libraries/OpenThread/examples/COAP/coap_lamp/coap_lamp.ino

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@
88

99
const 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",

Diff for: libraries/OpenThread/examples/COAP/coap_switch/coap_switch.ino

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
const 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",

0 commit comments

Comments
 (0)