mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-07 08:24:43 -04:00
REST API: config (9): preset channel Tx adapters where there is CW keyer. Fixed the rest of the modulators
This commit is contained in:
@@ -112,10 +112,11 @@ bool AMModSettings::deserialize(const QByteArray& data)
|
||||
d.readU32(5, &m_rgbColor);
|
||||
d.readReal(6, &m_volumeFactor, 1.0);
|
||||
d.readBlob(7, &bytetmp);
|
||||
m_cwKeyerSettings.deserialize(bytetmp);
|
||||
|
||||
if (m_cwKeyerGUI) {
|
||||
m_cwKeyerGUI->deserialize(bytetmp);
|
||||
} else { // standalone operation with presets
|
||||
m_cwKeyerSettings.deserialize(bytetmp);
|
||||
}
|
||||
|
||||
if (m_channelMarker) {
|
||||
|
||||
Reference in New Issue
Block a user