Skip to content

Commit 344e685

Browse files
authored
Update firmware download link in error message
1 parent 525a7db commit 344e685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolbox/src/bossdevice.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ function initOscillationProps(obj)
194194
[filename, filepath] = uigetfile([obj.appName,'.mldatx'],...
195195
'Select the firmware binary to load on the bossdevice');
196196
if isequal(filename,0)
197-
obj.logObj.error('User selected Cancel. Please download the latest firmware version from <a href="https://sync2brain.com/downloads-bossdevice-research">sync2brain downloads portal</a> and select the firmware mldatx file to complete bossdevice dependencies.');
197+
obj.logObj.error('User selected Cancel. Please download the latest firmware version from <a href="https://sync2brain.com/bossdevice-research-downloads">sync2brain downloads portal</a> and select the firmware mldatx file to complete bossdevice dependencies.');
198198
else
199199
obj.firmwareFilepath = fullfile(filepath,filename);
200200
end

0 commit comments

Comments
 (0)