We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c52270 commit f624fbdCopy full SHA for f624fbd
src/Arduino_ConnectionHandler.cpp
@@ -27,8 +27,8 @@
27
28
ConnectionHandler::ConnectionHandler(bool const keep_alive)
29
: _keep_alive{keep_alive}
30
-, _current_net_connection_state{NetworkConnectionState::INIT}
31
, _lastConnectionTickTime{millis()}
+, _current_net_connection_state{NetworkConnectionState::INIT}
32
{
33
34
}
0 commit comments