Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

Commit

Permalink
korjattu liian aikainen updateDisplay, joka sekoitti Scoren
Browse files Browse the repository at this point in the history
  • Loading branch information
vem882 committed Oct 17, 2024
1 parent 151ca95 commit d94e27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kooditoteutus/SpedenSpelit/SpedenSpelit.ino
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ void loop() {
} else if (millis() - buttonPressTime >= 2000) {
highScore = 0;
EEPROM.write(0, highScore);
updateDisplay(highScore);
//updateDisplay(highScore);
if (debug) {
Serial.println("Checking if need to update Highscore");
}
Expand Down

0 comments on commit d94e27c

Please sign in to comment.