mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-26 12:27:51 +02:00
Fixed issues hopefully
This commit is contained in:
@ -59,7 +59,7 @@ public:
|
||||
RTLSDRSourceModule(std::string name) {
|
||||
this->name = name;
|
||||
|
||||
serverMode = core::args["server"];
|
||||
serverMode = (bool)core::args["server"];
|
||||
|
||||
sampleRate = sampleRates[0];
|
||||
|
||||
|
Reference in New Issue
Block a user