1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-17 21:28:43 -04:00

Web API: Added settings getter for RTLSDR. Added more device URLs

This commit is contained in:
f4exb
2017-12-06 23:49:14 +01:00
parent f9794c7701
commit 3b69d6517b
14 changed files with 4728 additions and 746 deletions
@@ -225,7 +225,7 @@ public:
virtual bool handleMessage(const Message& message);
virtual int webapiSettingsGet(
SWGSDRangel::SWGDeviceSettings& response __attribute__((unused)),
SWGSDRangel::SWGDeviceSettings& response,
QString& errorMessage);
private: