File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Functions/+BpodLib/+utils Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -109,8 +109,6 @@ function Bpod(varargin)
109109 end
110110 end
111111end
112- BpodLib .calibration .liquid .io .report(BpodSystem .CalibrationTables .LiquidCal )
113- BpodLib .path .verifyPathing(BpodSystem );
114112
115113function emulator_setup(varargin )
116114% Runs setup with emulator mode flag set to 'true'.
@@ -129,6 +127,9 @@ function emulator_setup(varargin)
129127BpodSystem.Status.Initialized = true ;
130128evalin(' base' , ' global BpodSystem' )
131129
130+ BpodLib .calibration .liquid .io .report(BpodSystem .CalibrationTables .LiquidCal )
131+ BpodLib .path .verifyPathing(BpodSystem );
132+
132133function emulator_dialog
133134% Launches a GUI indicating that hardware connection has failed.
134135% Prompts the user to start emulator mode or close the program.
Original file line number Diff line number Diff line change 3434along with this program. If not, see <http://www.gnu.org/licenses/>.
3535%}
3636
37- if isempty (BpodSystem . SerialPort )
37+ if ~isfield (BpodSystem , ' SerialPort' )
3838 comport = ' EMU' ;
3939else
4040 comport = BpodSystem .SerialPort .PortName ;
You can’t perform that action at this time.
0 commit comments