mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-25 12:07:49 +02:00
New module system
This commit is contained in:
@ -25,6 +25,7 @@ public:
|
||||
sigPath.init(name, 200000, 1000);
|
||||
sigPath.start();
|
||||
sigPath.setDemodulator(SigPath::DEMOD_FM, bandWidth);
|
||||
gui::menu.registerEntry(name, menuHandler, this);
|
||||
}
|
||||
|
||||
~RadioModule() {
|
||||
|
Reference in New Issue
Block a user