← Back to ratslair.com
aboutsummaryrefslogtreecommitdiff
path: root/bt.py
diff options
context:
space:
mode:
authorEdvin <[email protected]>2025-05-12 15:24:07 +0200
committerEdvin <[email protected]>2025-05-12 15:24:07 +0200
commit8e74843a4a82fa2a151a0061c1df008af305a75b (patch)
tree1e631fabf3052672a574e40500e1f7a4b0632677 /bt.py
parent43aedd8f90137698ec3155a73f6175ee5e14bb55 (diff)
Added some more goal logic
Diffstat (limited to 'bt.py')
-rwxr-xr-xbt.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bt.py b/bt.py
index 3892fbe..bafa5f2 100755
--- a/bt.py
+++ b/bt.py
@@ -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":