Skip to content

Commit af6f8af

Browse files
committed
catM1: reset internal state machine
1 parent b800fbb commit af6f8af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/CatM1ConnectionHandler.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ NetworkConnectionState CatM1ConnectionHandler::update_handleDisconnecting()
9191

9292
NetworkConnectionState CatM1ConnectionHandler::update_handleDisconnected()
9393
{
94+
GSM.end();
9495
if (_keep_alive)
9596
{
9697
return NetworkConnectionState::INIT;

0 commit comments

Comments
 (0)