mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-27 02:09:14 -05:00
DSD demod plugin: DMR: support of mobile voice
This commit is contained in:
parent
bfc19dcf8e
commit
960ba86785
@ -444,9 +444,9 @@ void DSDDemodGUI::formatStatusText()
|
||||
{
|
||||
switch (m_dsdDemod->getDecoder().getSyncType())
|
||||
{
|
||||
case DSDcc::DSDDecoder::DSDSyncDMRDataN:
|
||||
case DSDcc::DSDDecoder::DSDSyncDMRDataMS:
|
||||
case DSDcc::DSDDecoder::DSDSyncDMRDataP:
|
||||
case DSDcc::DSDDecoder::DSDSyncDMRVoiceN:
|
||||
case DSDcc::DSDDecoder::DSDSyncDMRVoiceMS:
|
||||
case DSDcc::DSDDecoder::DSDSyncDMRVoiceP:
|
||||
if (m_signalFormat != signalFormatDMR)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user