mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-27 04:47:51 +02:00
bunch of bugfix and new features
This commit is contained in:
@ -115,11 +115,9 @@ private:
|
||||
if (!_this->client) { return; }
|
||||
}
|
||||
|
||||
// TODO: Set configuration here
|
||||
if (_this->client) {
|
||||
_this->client->setFrequency(_this->freq);
|
||||
_this->client->start();
|
||||
}
|
||||
// Set configuration
|
||||
_this->client->setFrequency(_this->freq);
|
||||
_this->client->start();
|
||||
|
||||
_this->running = true;
|
||||
spdlog::info("SDRPPServerSourceModule '{0}': Start!", _this->name);
|
||||
|
Reference in New Issue
Block a user