Skip to content

Commit

Permalink
Add link to downloads if the user doesn't find the firmware file.
Browse files Browse the repository at this point in the history
  • Loading branch information
pablorcum committed May 27, 2024
1 parent 4ba838f commit 1c89d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolbox/src/bossdevice.m
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ function initOscillationProps(obj)
[filename, filepath] = uigetfile([obj.appName,'.mldatx'],...
'Select the firmware binary to load on the bossdevice');
if isequal(filename,0)
error('User selected Cancel. Please select firmware mldatx file to complete bossdevice dependencies.');
error('User selected Cancel. Please download the latest firmware version from <a href="https://sync2brain.com/downloads">sync2brain downloads portal</a> and select the firmware mldatx file to complete bossdevice dependencies.');
else
obj.firmwareFilepath = fullfile(filepath,filename);
end
Expand Down

0 comments on commit 1c89d3f

Please sign in to comment.