start bt server
This commit is contained in:
parent
c64b4cfb43
commit
23764e4a36
@ -381,6 +381,10 @@ def main():
|
|||||||
q = Queue()
|
q = Queue()
|
||||||
tcp_server = TCPServer(q)
|
tcp_server = TCPServer(q)
|
||||||
tcp_server.start()
|
tcp_server.start()
|
||||||
|
|
||||||
|
bt_server = BluetoothServer(q)
|
||||||
|
bt_server.start()
|
||||||
|
|
||||||
hexapod = Hexapod(q)
|
hexapod = Hexapod(q)
|
||||||
hexapod.start()
|
hexapod.start()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user