Skip to content

Commit

Permalink
Fixed example
Browse files Browse the repository at this point in the history
  • Loading branch information
SleepySpaceBear committed Oct 20, 2023
1 parent 50948de commit d4f7d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/clock_sevenseg_gps/clock_sevenseg_gps.ino
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ void loop() {
clockDisplay.writeDigitNum(1, 0);
// Also pad when the 10's minute is 0 and should be padded.
if (minutes < 10) {
clockDisplay.writeDigitNum(2, 0);
clockDisplay.writeDigitNum(3, 0);
}
}

Expand Down

0 comments on commit d4f7d75

Please sign in to comment.