Update btserver.py

This commit is contained in:
Zhengyu Peng 2022-02-23 12:57:07 -05:00
parent 31857bf0b5
commit f259b6a41b

View File

@ -98,6 +98,7 @@ class BluetoothServer(Thread):
break
else:
if data:
print(data)
self.cmd_queue.put(data.decode())
else:
break