1
0
Fork 0

don't change the mode when opening

This commit is contained in:
Kevin Matz 2023-04-09 20:51:07 -04:00
parent 47a71072ce
commit 5d7f169692
1 changed files with 0 additions and 1 deletions

View File

@ -95,7 +95,6 @@ void Widget::open()
std::scoped_lock lock(mtx_metadata_);
usb_mode = USBhost; // note connected state
}
setModeBridge();
getParameters(0, 500); // retrieve widget metadata
}
}