Merge branch 'developer' into gui

This commit is contained in:
2019-07-02 17:29:50 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -3220,7 +3220,7 @@ int slsDetector::getReceiverOnlineFlag() const { return shm()->rxOnlineFlag; }
std::string slsDetector::checkReceiverOnline() {
try {
auto receiver = ReceiverSocket(shm()->rxHostname, shm()->rxTCPPort);
getReceiverSoftwareVersion();
shm()->rxOnlineFlag = ONLINE_FLAG;
} catch (...) {
shm()->rxOnlineFlag = OFFLINE_FLAG;