Skip to content

Commit

Permalink
Revert arduino#50.
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger committed Apr 26, 2021
1 parent eeefeb5 commit 6f82133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arduino/libraries/WiFi/src/WiFiClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ void WiFiClient::stop()
uint8_t WiFiClient::connected()
{
if (_socket != -1) {
available();
peek();
}

return (_socket != -1);
Expand Down

0 comments on commit 6f82133

Please sign in to comment.