1
0
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:
f4exb
2019-01-16 21:28:35 +01:00
parent 0ac871cb5c
commit 83883efcb5
6 changed files with 18 additions and 4 deletions
+2 -1
View File
@@ -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)
{