Skip to content

Commit 740d795

Browse files
committed
Format per rules
1 parent 663c123 commit 740d795

File tree

1 file changed

+2
-2
lines changed
  • projects/era-node/software/mysensors-node/src

1 file changed

+2
-2
lines changed

projects/era-node/software/mysensors-node/src/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ void presentation() {
2626
}
2727

2828
void loop() {
29-
send(msg.set(state ? "1" : "0"));
29+
send(msg.set(state ? "1" : "0"));
3030
state = state ? false : true;
31-
delay(5000);
31+
delay(5000);
3232
}
3333

0 commit comments

Comments
 (0)