Skip to content

Commit 82dc75e

Browse files
committed
Fix in Board Initialization bug (Test button)
1 parent bf9b357 commit 82dc75e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

MLC/GUI/Experiment/ExperimentWindow.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,9 @@ def on_disable_arduino_toggle(self, active):
576576
# FIXME In the future, some logic to get the old connection builder must be implemented
577577
ArduinoInterfaceSingleton.set_connection_builder(serial_connection_builder)
578578

579+
ArduinoInterfaceSingleton.get_instance(protocol_config=self._board_config,
580+
conn_setup=self._serial_conn)
581+
579582

580583
################################### VIEW AND MODEL METHODS #########################################
581584

0 commit comments

Comments
 (0)