mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-26 17:58:43 -05:00
Merge pull request #756 from srcejon/fix_750
Fix for issue #750 - packet demod state not being saved correctly
This commit is contained in:
commit
47c5c6d333
@ -60,7 +60,7 @@ QByteArray PacketDemodSettings::serialize() const
|
||||
SimpleSerializer s(1);
|
||||
s.writeS32(1, m_inputFrequencyOffset);
|
||||
s.writeS32(2, m_streamIndex);
|
||||
s.writeString(4, m_filterFrom);
|
||||
s.writeString(3, m_filterFrom);
|
||||
s.writeString(4, m_filterTo);
|
||||
s.writeString(5, m_filterPID);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user