mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 08:04:49 -05:00
LoRa demod: changed channel Id URI
This commit is contained in:
parent
264c08b4c3
commit
5f08261d37
@ -32,7 +32,7 @@
|
||||
MESSAGE_CLASS_DEFINITION(LoRaDemod::MsgConfigureLoRaDemod, Message)
|
||||
MESSAGE_CLASS_DEFINITION(LoRaDemod::MsgConfigureChannelizer, Message)
|
||||
|
||||
const QString LoRaDemod::m_channelIdURI = "de.maintech.sdrangelove.channel.lora";
|
||||
const QString LoRaDemod::m_channelIdURI = "sdrangel.channel.lorademod";
|
||||
const QString LoRaDemod::m_channelId = "LoRaDemod";
|
||||
|
||||
LoRaDemod::LoRaDemod(DeviceSourceAPI* deviceAPI) :
|
||||
|
@ -10,7 +10,7 @@ class BasebandSampleSink;
|
||||
class LoRaPlugin : public QObject, PluginInterface {
|
||||
Q_OBJECT
|
||||
Q_INTERFACES(PluginInterface)
|
||||
Q_PLUGIN_METADATA(IID "de.maintech.sdrangelove.channel.lora")
|
||||
Q_PLUGIN_METADATA(IID "sdrangel.channel.lorademod")
|
||||
|
||||
public:
|
||||
explicit LoRaPlugin(QObject* parent = NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user