Skip to content

Commit 483a959

Browse files
authored
Changed back to serial by default
1 parent 72880ab commit 483a959

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/visualisation_tool/DataUpdater.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from src.hiveboard.usb_stream import UsbStream
1212
from src.hiveboard.proto.ethernet_stream import EthernetStream
1313

14-
use_serial = False
14+
use_serial = True
1515
COM_PORT = "/dev/ttyACM0"
1616

1717

0 commit comments

Comments
 (0)