Skip to content

Commit 3a00f7b

Browse files
committed
Fix wizard detects no devices when launched by Prismatik
1 parent 2170780 commit 3a00f7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Software/src/LightpackApplication.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@ void LightpackApplication::processCommandLineArguments()
413413
DEBUG_LOW_LEVEL << "Application running no_GUI mode";
414414
}
415415
else if (parser.isSet(optionWizard)) {
416+
Sleep(500); // Give calling instance a chance to release device
416417
bool isInitFromSettings = Settings::Initialize(m_applicationDirPath, false);
417418
runWizardLoop(isInitFromSettings);
418419
}

0 commit comments

Comments
 (0)