fir for invalid scan status on no signal

This commit is contained in:
John
2023-12-01 22:06:08 +01:00
parent f00db143c7
commit 3aadafaa56
+1 -1
View File
@@ -130,7 +130,7 @@ bool ScanRequest::notify(result_t result, const SlaveSymbolString& slave) {
}
}
m_result = result;
if (m_slaves.empty()) {
if (m_slaves.empty() || result == RESULT_ERR_NO_SIGNAL) {
if (m_deleteOnFinish) {
logNotice(lf_bus, "scan finished");
}