replacing pulsechip with a generic algorithm

This commit is contained in:
Erik Frojdh
2018-05-25 15:10:57 +02:00
parent f735baf9d7
commit bbd7e7906a
3 changed files with 45 additions and 39 deletions

View File

@ -1310,7 +1310,7 @@ int slsDetector::setOnline(int off) {
string slsDetector::checkOnline() {
string retval = string("");
string retval;
if(!controlSocket){
//this already sets the online/offline flag
setTCPSocket();