mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 14:04:46 -04:00
REST API: config: GET (11). Support of the rest of devices
This commit is contained in:
@@ -30,10 +30,11 @@
|
||||
#include "limesdrinputgui.h"
|
||||
#endif
|
||||
#include "limesdrinputplugin.h"
|
||||
#include "limesdrinputwebapiadapter.h"
|
||||
|
||||
const PluginDescriptor LimeSDRInputPlugin::m_pluginDescriptor = {
|
||||
QString("LimeSDR Input"),
|
||||
QString("4.5.5"),
|
||||
QString("4.11.6"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
@@ -171,3 +172,7 @@ DeviceSampleSource *LimeSDRInputPlugin::createSampleSourcePluginInstance(const Q
|
||||
}
|
||||
}
|
||||
|
||||
DeviceWebAPIAdapter *LimeSDRInputPlugin::createDeviceWebAPIAdapter() const
|
||||
{
|
||||
return new LimeSDRInputWebAPIAdapter();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user