mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-26 12:27:51 +02:00
added scanner status indicator and enabled the scanner on android
This commit is contained in:
@ -278,6 +278,7 @@ int sdrpp_main(int argc, char* argv[]) {
|
||||
core::configManager.conf["modules"][modCount++] = "frequency_manager.so";
|
||||
core::configManager.conf["modules"][modCount++] = "recorder.so";
|
||||
core::configManager.conf["modules"][modCount++] = "rigctl_server.so";
|
||||
core::configManager.conf["modules"][modCount++] = "scanner.so";
|
||||
#endif
|
||||
|
||||
// Fix missing elements in config
|
||||
|
Reference in New Issue
Block a user