fix for reload not starting the scan again (closes #1283)

This commit is contained in:
John
2024-06-28 19:19:47 +02:00
parent 6a2fced0cc
commit f8e8b23dfe
+1
View File
@@ -317,6 +317,7 @@ bool GrabbedMessage::dump(bool unknown, MessageMap* messages, bool first, Output
void BusHandler::clear() {
m_protocol->clear();
m_scanResults.clear();
memset(m_seenAddresses, 0, sizeof(m_seenAddresses));
}
result_t BusHandler::readFromBus(Message* message, const string& inputStr, symbol_t dstAddress,