diff --git a/Cart_Reader/Cart_Reader.ino b/Cart_Reader/Cart_Reader.ino index b0bbfed..b8c7d0e 100644 --- a/Cart_Reader/Cart_Reader.ino +++ b/Cart_Reader/Cart_Reader.ino @@ -2929,6 +2929,7 @@ int checkButton() { buttonState = reading; // Button was pressed down if (buttonState == 0) { + setColor_RGB(0, 0, 0); unsigned long pushTime = millis(); // Wait until button was let go again while ((PING & (1 << PING2)) >> PING2 == 0) {