mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 13:47:01 -04:00
REST API: config: GET (11). Support of the rest of devices
This commit is contained in:
@@ -26,10 +26,11 @@
|
||||
#include "sdrplaygui.h"
|
||||
#endif
|
||||
#include "sdrplayplugin.h"
|
||||
#include "sdrplaywebapiadapter.h"
|
||||
|
||||
const PluginDescriptor SDRPlayPlugin::m_pluginDescriptor = {
|
||||
QString("SDRPlay RSP1 Input"),
|
||||
QString("4.5.2"),
|
||||
QString("4.11.6"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
@@ -134,3 +135,7 @@ DeviceSampleSource *SDRPlayPlugin::createSampleSourcePluginInstance(const QStrin
|
||||
}
|
||||
}
|
||||
|
||||
DeviceWebAPIAdapter *SDRPlayPlugin::createDeviceWebAPIAdapter() const
|
||||
{
|
||||
return new SDRPlayWebAPIAdapter();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user