mirror of
https://github.com/thelsing/knx.git
synced 2024-12-18 19:08:18 +01:00
add missing enableConnectionTimeout
This commit is contained in:
parent
2a169ee66b
commit
b756359cf3
@ -563,6 +563,7 @@ void TransportLayer::A1(uint16_t source)
|
||||
_applicationLayer.connectIndication(source);
|
||||
_seqNoSend = 0;
|
||||
_seqNoRecv = 0;
|
||||
enableConnectionTimeout();
|
||||
}
|
||||
|
||||
void incSeqNr(uint8_t& seqNr)
|
||||
|
Loading…
Reference in New Issue
Block a user