From d5448672696bdf42e0ab9e946fec3660bf9bf495 Mon Sep 17 00:00:00 2001 From: andrea Date: Sat, 21 Mar 2026 12:12:39 +0100 Subject: [PATCH] return to main menu after game finishes --- arduino_pong.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arduino_pong.ino b/arduino_pong.ino index 6cf9f6d..f95017d 100644 --- a/arduino_pong.ino +++ b/arduino_pong.ino @@ -159,7 +159,7 @@ void loop() { renderer.render_timer(i); delay(1000); } - game_status= RUN; + game_status= MENU; // delay the first ball movement exec_t2= millis() + FIRST_START_BALL_DELAY; break;