Skip to content

Commit

Permalink
add comment (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikN committed Dec 29, 2023
1 parent 5542348 commit 2c98212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ int main()
init_servos();
init_ranges();


// if button1 or button2 are pressed, connect through USB
if (button1.read() == true && button2.read() == true)
{
led2=0;
Expand Down

0 comments on commit 2c98212

Please sign in to comment.