mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-14 23:43:43 -04:00
REST API: config: use specialized ChannelWebAPIAdapter class similar to what has been done for devices
This commit is contained in:
@@ -80,7 +80,7 @@ ChannelAPI* BFMPlugin::createRxChannelCS(DeviceAPI *deviceAPI) const
|
||||
return new BFMDemod(deviceAPI);
|
||||
}
|
||||
|
||||
ChannelAPI* BFMPlugin::createChannelWebAPIAdapter() const
|
||||
ChannelWebAPIAdapter* BFMPlugin::createChannelWebAPIAdapter() const
|
||||
{
|
||||
return new BFMDemodWebAPIAdapter();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user