Skip to content

Commit

Permalink
ci(pre-commit): Apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] committed Jun 24, 2024
1 parent 55f9378 commit 81d62e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions libraries/OpenThread/examples/COAP/coap_lamp/coap_lamp.ino
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@

const char *otSetupLeader[] = {
// -- clear/disable all
// stop CoAP
// stop CoAP
"coap", "stop",
// stop Thread
// stop Thread
"thread", "stop",
// stop the interface
"ifconfig", "down",
// clear the dataset
"dataset", "clear",
// -- set dataset
// create a new complete dataset with random data
// create a new complete dataset with random data
"dataset", "init new",
// set the channel
"dataset channel", OT_CHANNEL,
// set the network key
// set the network key
"dataset networkkey", OT_NETWORK_KEY,
// commit the dataset
"dataset", "commit active",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

const char *otSetupChild[] = {
// -- clear/disable all
// stop CoAP
// stop CoAP
"coap", "stop",
// stop Thread
// stop Thread
"thread", "stop",
// stop the interface
"ifconfig", "down",
Expand All @@ -20,7 +20,7 @@ const char *otSetupChild[] = {
// -- set dataset
// set the channel
"dataset channel", OT_CHANNEL,
// set the network key
// set the network key
"dataset networkkey", OT_NETWORK_KEY,
// commit the dataset
"dataset", "commit active",
Expand Down

0 comments on commit 81d62e9

Please sign in to comment.