Update btserver.py
This commit is contained in:
@ -98,6 +98,7 @@ class BluetoothServer(Thread):
|
||||
break
|
||||
else:
|
||||
if data:
|
||||
print(data)
|
||||
self.cmd_queue.put(data.decode())
|
||||
else:
|
||||
break
|
||||
|
Reference in New Issue
Block a user