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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user