Skip to content

Commit

Permalink
Update coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
M-ichae-l committed Aug 1, 2023
1 parent d21ad83 commit 6af23f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ void setup() {
}

void loop() {
battlevel = (battlevel + 1)%100;
battlevel = (battlevel + 1) % 100;
battChar.writeData8(battlevel);
if (BLE.connected(0) && notify) {
battChar.notify(0);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,4 @@ void loop() {
}
}
delay(100);
}
}

0 comments on commit 6af23f1

Please sign in to comment.