Skip to content

Commit 0dcc1f2

Browse files
miqmagolucasssvaz
andauthored
Update libraries/WiFi/src/WiFiClient.cpp
Co-authored-by: Lucas Saavedra Vaz <[email protected]>
1 parent 79928f9 commit 0dcc1f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/WiFi/src/WiFiClient.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ class WiFiClientSocketHandle {
175175
}
176176
};
177177

178-
WiFiClient::WiFiClient():_connected(false),_timeout(WIFI_CLIENT_DEF_CONN_TIMEOUT_MS),_sse(false),next(NULL)
178+
WiFiClient::WiFiClient():_connected(false),_sse(false),_timeout(WIFI_CLIENT_DEF_CONN_TIMEOUT_MS),next(NULL)
179179
{
180180
}
181181

0 commit comments

Comments
 (0)