Skip to content

Commit

Permalink
Merge pull request #61 from sync2brain/60-add-information-about-using…
Browse files Browse the repository at this point in the history
…-remote-markers

Extend documentation with more bossdevice methods.
  • Loading branch information
pablorcum authored Apr 30, 2024
2 parents 48c35ab + 673a11a commit b9cd1dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified docSource/bossdevice_api_functions.mlx
Binary file not shown.
2 changes: 1 addition & 1 deletion toolbox/src/bossdevice.m
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ function initOscillationProps(obj)
copyfile(obj.firmwareFilepath,fileparts(obj.firmwareDepsPath),'f');
obj.firmwareFilepath = obj.firmwareDepsPath;
else
error('Firmware file is not located.');
error('Firmware file is not located. Run method selectFirmware first.');
end
end

Expand Down

0 comments on commit b9cd1dd

Please sign in to comment.