restore default values
Some checks failed
Arduino Pong CI / build (macos-latest) (push) Has been cancelled
Arduino Pong CI / build (ubuntu-latest) (push) Has been cancelled
Arduino Pong CI / build (windows-latest) (push) Has been cancelled
Arduino Pong CD / release (push) Has been cancelled

This commit is contained in:
andrea
2026-03-21 13:59:03 +01:00
parent fae479ce90
commit f88de159f5

View File

@@ -10,6 +10,6 @@
#define PADDLE_LENGTH 3
#define INITIAL_BALL_DELAY 200
#define MAX_POINTS 2
#define START_TIMER 2
#define MAX_POINTS 9
#define START_TIMER 3
#define FIRST_START_BALL_DELAY 500