1
0
Fork 0

Small change to the inactivity timer resetting.

ycs232-kbc
Jonathan Naylor 8 years ago
parent 85a9571eb6
commit 4e8e40d582

@ -307,6 +307,7 @@ int CYSFGateway::run()
if (networkEnabled && m_linked && !m_exclude) { if (networkEnabled && m_linked && !m_exclude) {
m_netNetwork->write(buffer); m_netNetwork->write(buffer);
if (::memcmp(buffer + 0U, "YSFD", 4U) == 0)
inactivityTimer.start(); inactivityTimer.start();
} }

Loading…
Cancel
Save