Skip to content

Commit

Permalink
added snappiness back to user led
Browse files Browse the repository at this point in the history
  • Loading branch information
andysheen committed Oct 12, 2020
1 parent 66aa81f commit 4da95d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utility.ino
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ void handleTouchEvent(AceButton* button, uint8_t eventType, uint8_t buttonState)
} else {
ledChanged[USERLED] = true;
fadeRGB(USERLED);
isFadingRGB[USERLED] = false;
startLongFade(USERLED);
socketIO_sendColour();
}
Expand Down

0 comments on commit 4da95d6

Please sign in to comment.