diff options
| author | Edvin <[email protected]> | 2025-05-05 15:42:52 +0200 |
|---|---|---|
| committer | Edvin <[email protected]> | 2025-05-05 15:42:52 +0200 |
| commit | d3c64b9a29abd9ac3d6f812022a554f14a052a6d (patch) | |
| tree | 0d09a5097ab0eaf19b4b75e7a1ed6269b6cf95c2 /main.py | |
| parent | 6b3d8167e826c65b4333caa9209bef57ba1d63b2 (diff) | |
Fixed bt lidar data and light right
Diffstat (limited to 'main.py')
| -rwxr-xr-x | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -143,7 +143,7 @@ if bto.find("Connected") != -1: curDir = desDir - NANO.write(b"Left\n") + NANO.write(b"Right\n") sleep(0.45) NANO.write(b"Stop\n") elif bto == "66": |
