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 8c1b39c commit b94dd86Copy full SHA for b94dd86
1 file changed
toolbox/src/bossdevice.m
@@ -422,6 +422,7 @@ function delete(obj)
422
% Class destructor
423
if obj.targetObject.isConnected
424
obj.targetObject.stop;
425
+ pause(2);
426
obj.targetObject.disconnect;
427
end
428
0 commit comments