Update btserver.py

This commit is contained in:
Zhengyu Peng 2022-02-23 12:58:58 -05:00
parent f259b6a41b
commit caa6ccf1be

View File

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