mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-08 00:44:48 -04:00
Fixed missing display settings of transverted data where missing
This commit is contained in:
@@ -53,7 +53,8 @@ bool DeviceXTRX::open(const char* deviceStr)
|
||||
int res;
|
||||
qDebug("DeviceXTRX::open: serial: %s", (const char *) deviceStr);
|
||||
|
||||
res = xtrx_open(deviceStr, XTRX_O_RESET | 4, &m_dev);
|
||||
//res = xtrx_open(deviceStr, XTRX_O_RESET | 4, &m_dev);
|
||||
res = xtrx_open(deviceStr, 4, &m_dev);
|
||||
|
||||
if (res)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user