From 989a0bacc83c90d9a4a0f973bd9162eb0ccca951 Mon Sep 17 00:00:00 2001 From: Zhengyu Peng Date: Tue, 22 Feb 2022 19:15:04 -0500 Subject: [PATCH] Update btserver.py --- software/raspberry pi/btserver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/raspberry pi/btserver.py b/software/raspberry pi/btserver.py index 65e7641..6e71ea4 100644 --- a/software/raspberry pi/btserver.py +++ b/software/raspberry pi/btserver.py @@ -46,7 +46,7 @@ class BluetoothServer(Thread): self.cmd_queue = out_cmd_queue - with open('./config.json', 'r') as read_file: + with open('/home/pi/hexapod/software/raspberry pi/config.json', 'r') as read_file: self.config = json.load(read_file) stream = os.popen('hciconfig hci0')