mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-23 02:24:16 -04: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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user