mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-02-02 21:04:45 +01:00
Fixed server bug
This commit is contained in:
parent
fa0967313f
commit
75da59833a
@ -111,7 +111,10 @@ private:
|
|||||||
if (_this->running) { return; }
|
if (_this->running) { return; }
|
||||||
|
|
||||||
// TODO: Set configuration here
|
// TODO: Set configuration here
|
||||||
if (_this->client) { _this->client->start(); }
|
if (_this->client) {
|
||||||
|
_this->client->setFrequency(_this->freq);
|
||||||
|
_this->client->start();
|
||||||
|
}
|
||||||
|
|
||||||
_this->running = true;
|
_this->running = true;
|
||||||
spdlog::info("SDRPPServerSourceModule '{0}': Start!", _this->name);
|
spdlog::info("SDRPPServerSourceModule '{0}': Start!", _this->name);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user