mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-26 09:48:45 -05:00
LimeRFE plugin: fixed missing call to web API adapter
This commit is contained in:
parent
7e0ac4d2a8
commit
84d7aa6a8e
@ -24,7 +24,7 @@
|
|||||||
#endif
|
#endif
|
||||||
#include "limerfe.h"
|
#include "limerfe.h"
|
||||||
#include "limerfeplugin.h"
|
#include "limerfeplugin.h"
|
||||||
// #include "simplepttwebapiadapter.h"
|
#include "limerfewebapiadapter.h"
|
||||||
|
|
||||||
const PluginDescriptor LimeRFEPlugin::m_pluginDescriptor = {
|
const PluginDescriptor LimeRFEPlugin::m_pluginDescriptor = {
|
||||||
LimeRFE::m_featureId,
|
LimeRFE::m_featureId,
|
||||||
@ -76,5 +76,5 @@ Feature* LimeRFEPlugin::createFeature(WebAPIAdapterInterface* webAPIAdapterInter
|
|||||||
|
|
||||||
FeatureWebAPIAdapter* LimeRFEPlugin::createFeatureWebAPIAdapter() const
|
FeatureWebAPIAdapter* LimeRFEPlugin::createFeatureWebAPIAdapter() const
|
||||||
{
|
{
|
||||||
return nullptr; // TODO new SimplePTTWebAPIAdapter();
|
return new LimeRFEWebAPIAdapter();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user