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

View File

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