Skip to content

Commit

Permalink
Connect to NanoX's buggy LI faster.
Browse files Browse the repository at this point in the history
  • Loading branch information
horacekj committed Jan 23, 2020
1 parent 136e78d commit fed8156
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions xn-receive.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,11 @@ void XpressNet::handleMsgLiVersion(MsgType &msg) {
if (hist.callback != nullptr)
hist.callback(this, hw, sw);
}

if (!m_hist.empty() && is<CmdGetLIAddress>(m_hist.front())) {
// Report NanoX error faster
hist_err();
}
}

void XpressNet::handleMsgCsGeneralEvent(MsgType &msg) {
Expand Down

0 comments on commit fed8156

Please sign in to comment.