Skip to content

Commit 6c94329

Browse files
authored
Update README.md
1 parent ba1df6c commit 6c94329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sync2brain's bossdevice RESEARCH Application Programmable Interface (API) for MA
1111

1212
## Initial configuration
1313
1. Install the bossdevice API from MATLAB with double click on `bossdevice-api-installer.mltbx`.
14-
2. In the MATLAB Command Window, call `bd = bossdevice` to add the bossdevice with the default settings to the list of targets. It will also try to establish connection. If you want to change either the name of the bossdevice or its default IP address in your local MATLAB settings, call `bd = bossdevice('myBossdevice','192.168.7.5')`.
14+
2. In the MATLAB Command Window, call `bd = bossdevice` to add the bossdevice with the default settings to the list of targets. It will also try to establish connection. If you want to change either the name of the bossdevice or its default IP address in your local MATLAB settings, call `bd = bossdevice('bossdevice','192.168.7.5',true)` replacing the function arguments with the name and IP address you want to set on the real-time device.
1515
3. Click on the update command if prompted to update the software dependencies on the bossdevice.
1616

1717
## Get started

0 commit comments

Comments
 (0)