mirror of
https://github.com/KevinMidboe/oled_workout_tracker.git
synced 2025-10-29 01:30:29 +00:00
Removed prints for faster execution.
This commit is contained in:
@@ -120,9 +120,6 @@ void drawText(String textToDisplay) {
|
||||
}
|
||||
|
||||
void drawPushups(int count) {
|
||||
Serial.print("refreshing display w/ value: ");
|
||||
Serial.println(count);
|
||||
|
||||
display.clearDisplay();
|
||||
drawHeader("Daily push-ups:");
|
||||
drawText(String(count));
|
||||
|
||||
Reference in New Issue
Block a user