#16 only restart time on read header or ambe

pull/32/head
Geoffrey Merck 4 years ago
parent a39e5f656c
commit 06f7c9d262

@ -95,8 +95,6 @@ bool CG2ProtocolHandler::setBuffer(unsigned char * buffer, int length)
if(length <= 0)
return false;
m_inactivityTimer.start();
m_length = length;
if (m_buffer[0] != 'D' || m_buffer[1] != 'S' || m_buffer[2] != 'V' || m_buffer[3] != 'T') {

Loading…
Cancel
Save

Powered by TurnKey Linux.