mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-26 20:37:50 +02:00
Fixed support in the module manager
This commit is contained in:
@ -71,9 +71,12 @@ public:
|
||||
}
|
||||
|
||||
~AirspyHFSourceModule() {
|
||||
|
||||
stop(this);
|
||||
sigpath::sourceManager.unregisterSource("SpyServer");
|
||||
}
|
||||
|
||||
void postInit() {}
|
||||
|
||||
void enable() {
|
||||
enabled = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user