diff --git a/ScStwSrc/sources/scstwappbackend.cpp b/ScStwSrc/sources/scstwappbackend.cpp index 87d3fe6..78a4483 100644 --- a/ScStwSrc/sources/scstwappbackend.cpp +++ b/ScStwSrc/sources/scstwappbackend.cpp @@ -6,11 +6,11 @@ ScStwAppBackend::ScStwAppBackend(QObject *parent) : QObject(parent) this->scStwClient = new ScStwClient(); this->localRace = new ScStwRace(this); this->remoteRace = new ScStwRemoteMonitorRace(this->scStwClient, this); + this->mode = LOCAL; this->scStwClient->setIP(pGlobalAppSettings->loadSetting("baseStationIpAdress")); connect(this->scStwClient, &ScStwClient::stateChanged, this, &ScStwAppBackend::baseStationStateChanged); connect(this->scStwClient, &ScStwClient::stateChanged, this, &ScStwAppBackend::refreshMode); - //connect(this->scStwClient, &ScStwClient::gotSignal, this, &ScStwAppBackend::handleBaseStationSignal); connect(this, &ScStwAppBackend::baseStationStateChanged, this, &ScStwAppBackend::baseStationPropertiesChanged); this->localRace->addTimer(new ScStwTimer(this)); diff --git a/shared-libraries b/shared-libraries index ddc4898..585d524 160000 --- a/shared-libraries +++ b/shared-libraries @@ -1 +1 @@ -Subproject commit ddc48986ad557f9e8ef1f779f9e0d42a128d81cf +Subproject commit 585d524a20e2e090b719cf36c2b8775d2b075704