8000 Set IP address on eth0 to 192.168.200.5 to avoid issues with broadcas… · sync2brain/bossdevice-api-matlab@1ab659c · GitHub
[go: up one dir, main page]

Skip to content

Commit 1ab659c

Browse files
committed
Set IP address on eth0 to 192.168.200.5 to avoid issues with broadcasting IP address.
1 parent 4fc3808 commit 1ab659c

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
@@ -230,7 +230,7 @@ function initialize(obj)
230230
% Load firmware on the bossdevice if not loaded yet
231231
if ~obj.targetObject.isLoaded
232232
% Set Ethernet IP in secondary interface
233-
bossapi.tg.setEthernetInterface(obj.targetObject,'wm1','192.168.200.255/24');
233+
bossapi.tg.setEthernetInterface(obj.targetObject,'wm1','192.168.200.5/24');
234234

235235
fprintf('Loading application "%s" on "%s"...\n',obj.appName,obj.targetObject.TargetSettings.name);
236236
obj.targetObject.load(obj.firmwareFilepath);

0 commit comments

Comments
 (0)
0