diff options
| author | Edvin <[email protected]> | 2025-05-12 15:24:07 +0200 |
|---|---|---|
| committer | Edvin <[email protected]> | 2025-05-12 15:24:07 +0200 |
| commit | 8e74843a4a82fa2a151a0061c1df008af305a75b (patch) | |
| tree | 1e631fabf3052672a574e40500e1f7a4b0632677 /bt.py | |
| parent | 43aedd8f90137698ec3155a73f6175ee5e14bb55 (diff) | |
Added some more goal logic
Diffstat (limited to 'bt.py')
| -rwxr-xr-x | bt.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -28,10 +28,10 @@ while read != "1000": sleep(1) - # print(f"Sending: 'Acknowledge: {read}'") # Acknowledge ÖS command recv_sock.send(f"{read}, ".encode()) # Remember NEW LINE for ÖS to be able to read lines. - # message = message + read + + # TODO Maybe obstruction ack can be sent here? # Send DWM data if read == "10": |
