initialize as a bridge device

This commit is contained in:
Kevin Matz 2023-04-17 09:08:46 -04:00
parent 46a860fca9
commit 9e390cff8b

View File

@ -62,7 +62,10 @@ void DmxWidget::open()
getSerialNumber(); // request a serial number
getParameters(0); // get the metadata while we're here
if (wait_for(reply_serial)) // widget is found if a serial number reply is received
{
setModeBridge(); // widget defaults to bridge, so sync our state
emit connectedChanged(isConnected());
}
else
close();
}