8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc3808 commit 1ab659cCopy full SHA for 1ab659c
toolbox/src/bossdevice.m
@@ -230,7 +230,7 @@ function initialize(obj)
230
% Load firmware on the bossdevice if not loaded yet
231
if ~obj.targetObject.isLoaded
232
% Set Ethernet IP in secondary interface
233
- bossapi.tg.setEthernetInterface(obj.targetObject,'wm1','192.168.200.255/24');
+ bossapi.tg.setEthernetInterface(obj.targetObject,'wm1','192.168.200.5/24');
234
235
fprintf('Loading application "%s" on "%s"...\n',obj.appName,obj.targetObject.TargetSettings.name);
236
obj.targetObject.load(obj.firmwareFilepath);
0 commit comments