Skip to content

Commit

Permalink
fix for reload not starting the scan again (closes #1283)
Browse files Browse the repository at this point in the history
  • Loading branch information
john30 committed Jun 28, 2024
1 parent 6a2fced commit f8e8b23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ebusd/bushandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f8e8b23

Please sign in to comment.