mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-03-23 04:44:53 -04:00
BFM demod: fixed report mapper
This commit is contained in:
parent
4c86106b2a
commit
e27ca22c86
@ -678,6 +678,10 @@ void BFMDemod::webapiFormatChannelReport(SWGSDRangel::SWGChannelReport& response
|
||||
response.getBfmDemodReport()->setRdsReport(new SWGSDRangel::SWGRDSReport());
|
||||
webapiFormatRDSReport(response.getBfmDemodReport()->getRdsReport());
|
||||
}
|
||||
else
|
||||
{
|
||||
response.getBfmDemodReport()->setRdsReport(0);
|
||||
}
|
||||
}
|
||||
|
||||
void BFMDemod::webapiFormatRDSReport(SWGSDRangel::SWGRDSReport *report)
|
||||
|
Loading…
Reference in New Issue
Block a user