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 e5e9662 commit f00637bCopy full SHA for f00637b
src/ConnectionHandlerInterface.cpp
@@ -27,9 +27,9 @@
27
28
ConnectionHandler::ConnectionHandler(bool const keep_alive, NetworkAdapter interface)
29
: _keep_alive{keep_alive}
30
+, _check_internet_availability{false}
31
, _interface{interface}
32
, _lastConnectionTickTime{millis()}
-, _check_internet_availability{false}
33
, _current_net_connection_state{NetworkConnectionState::INIT}
34
{
35
0 commit comments