← Back to ratslair.com
aboutsummaryrefslogtreecommitdiff
path: root/bt.py
diff options
context:
space:
mode:
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":