← Back to ratslair.com
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdvin <[email protected]>2025-05-05 15:24:05 +0200
committerEdvin <[email protected]>2025-05-05 15:24:05 +0200
commit7a851c7e780bef101fe242ef381dce7b865d904e (patch)
tree62bc2beb2c9a182cd3c1dae8909360a5b199ea91
parent341ea904d98c2018beee6a597640b239573615cd (diff)
Print
-rwxr-xr-xmain.py1
1 files changed, 1 insertions, 0 deletions
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