diff --git a/software/raspberry pi/hexapod.py b/software/raspberry pi/hexapod.py index dbc7ac3..78d967c 100644 --- a/software/raspberry pi/hexapod.py +++ b/software/raspberry pi/hexapod.py @@ -381,6 +381,10 @@ def main(): q = Queue() tcp_server = TCPServer(q) tcp_server.start() + + bt_server = BluetoothServer(q) + bt_server.start() + hexapod = Hexapod(q) hexapod.start()