From 33050f741cbb8749a81ff2bbe2649b51087cc791 Mon Sep 17 00:00:00 2001 From: acki Date: Thu, 16 Oct 2025 19:55:17 +0200 Subject: [PATCH] odo serial --- simulated_pcb/odo_serial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simulated_pcb/odo_serial.py b/simulated_pcb/odo_serial.py index a016652..12a366d 100644 --- a/simulated_pcb/odo_serial.py +++ b/simulated_pcb/odo_serial.py @@ -52,7 +52,7 @@ def main(): print("Fermeture du programme.") break elif user_input == "": - send_command(ser, hola) + send_command(ser, hola) continue else: send_command(ser, user_input)