Skip to content

Commit

Permalink
Precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
mp-se committed Jun 15, 2024
1 parent 2eb37de commit ca46e84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,8 @@ void setup() {
break;

default:
ledOn(LedColor::GREEN); // Green or fast flashing to indicate gravity mode
ledOn(
LedColor::GREEN); // Green or fast flashing to indicate gravity mode
break;
}

Expand Down

0 comments on commit ca46e84

Please sign in to comment.