diff --git a/toolbox/src/bossdevice.m b/toolbox/src/bossdevice.m index 11b171e..f8baf1e 100644 --- a/toolbox/src/bossdevice.m +++ b/toolbox/src/bossdevice.m @@ -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 sync2brain downloads portal and select the firmware mldatx file to complete bossdevice dependencies.'); else obj.firmwareFilepath = fullfile(filepath,filename); end