odo serial

This commit is contained in:
acki
2025-10-16 19:55:17 +02:00
parent 2305ae37c0
commit 33050f741c

View File

@@ -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)