From 7a851c7e780bef101fe242ef381dce7b865d904e Mon Sep 17 00:00:00 2001 From: Edvin Date: Mon, 5 May 2025 15:24:05 +0200 Subject: Print --- main.py | 1 + 1 file changed, 1 insertion(+) (limited to 'main.py') diff --git a/main.py b/main.py index fe85fa3..054e3c7 100755 --- a/main.py +++ b/main.py @@ -103,6 +103,7 @@ if bto.find("Connected") != -1: NANO.write(b"00") if newCommand: + print(f"Command: {bto}") if bto == "11": # Store current position => old pos oldX = float(x) * 1000 -- cgit v1.2.3