diff options
| author | Edvin <[email protected]> | 2025-05-05 15:24:05 +0200 |
|---|---|---|
| committer | Edvin <[email protected]> | 2025-05-05 15:24:05 +0200 |
| commit | 7a851c7e780bef101fe242ef381dce7b865d904e (patch) | |
| tree | 62bc2beb2c9a182cd3c1dae8909360a5b199ea91 | |
| parent | 341ea904d98c2018beee6a597640b239573615cd (diff) | |
Print
| -rwxr-xr-x | main.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
