1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 06:04:39 -04:00

Local Sink/Input: REST API fixes

This commit is contained in:
f4exb
2019-05-02 09:54:08 +02:00
parent 9e5003eab9
commit d841c4e554
3 changed files with 5 additions and 1 deletions
@@ -389,7 +389,8 @@ int LocalInput::webapiReportGet(
void LocalInput::webapiFormatDeviceReport(SWGSDRangel::SWGDeviceReport& response)
{
(void) response;
response.getLocalInputReport()->setCenterFrequency(m_centerFrequency);
response.getLocalInputReport()->setSampleRate(m_sampleRate);
}
void LocalInput::webapiReverseSendSettings(QList<QString>& deviceSettingsKeys, const LocalInputSettings& settings, bool force)