continue trying to scan device until it is found
This commit is contained in:
@@ -1491,7 +1491,7 @@ result_t BusHandler::scanAndWait(symbol_t dstAddress, bool loadScanConfig, bool
|
||||
// additional scan messages now available
|
||||
scanAndWait(dstAddress, false, false);
|
||||
}
|
||||
} else {
|
||||
} else if (result != RESULT_ERR_NOTFOUND) {
|
||||
setScanConfigLoaded(dstAddress, "");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user