Skip to content

Conversation

colinmakerofthings
Copy link

In the setup() function, buttonPressStartTime and isButtonPressed are being redefined locally, which isn't needed since they're already set up as global variables. This could lead to confusion, so it's better to just remove those local definitions.

… being redefined locally, which isn't needed since they're already set up as global variables. This could lead to confusion, so it's better to just remove those local definitions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants