mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-23 08:28:36 -05:00
SDRdaemon plugin: fixed deserialization of auto R/W balance flag
This commit is contained in:
parent
78c7a3ac45
commit
8b22d2cbbc
@ -154,7 +154,7 @@ bool SDRdaemonGui::deserialize(const QByteArray& data)
|
|||||||
d.readBool(3, &dcBlock, false);
|
d.readBool(3, &dcBlock, false);
|
||||||
d.readBool(4, &iqCorrection, false);
|
d.readBool(4, &iqCorrection, false);
|
||||||
d.readBool(5, &autoFollowRate, false);
|
d.readBool(5, &autoFollowRate, false);
|
||||||
d.readBool(5, &autoCorrBuffer, false);
|
d.readBool(6, &autoCorrBuffer, false);
|
||||||
|
|
||||||
if ((address != m_address) || (port != m_port))
|
if ((address != m_address) || (port != m_port))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user