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 2170780 commit 3a00f7bCopy full SHA for 3a00f7b
Software/src/LightpackApplication.cpp
@@ -413,6 +413,7 @@ void LightpackApplication::processCommandLineArguments()
413
DEBUG_LOW_LEVEL << "Application running no_GUI mode";
414
}
415
else if (parser.isSet(optionWizard)) {
416
+ Sleep(500); // Give calling instance a chance to release device
417
bool isInitFromSettings = Settings::Initialize(m_applicationDirPath, false);
418
runWizardLoop(isInitFromSettings);
419
0 commit comments