mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-13 10:46:31 +02:00
This reverts commit b2c678877c
.
This commit is contained in:
@ -196,8 +196,8 @@ WiFiClient & WiFiClient::operator=(const WiFiClient &other)
|
||||
|
||||
void WiFiClient::stop()
|
||||
{
|
||||
clientSocketHandle.reset(); // clientSocketHandle = NULL;
|
||||
_rxBuffer.reset(); // _rxBuffer = NULL;
|
||||
clientSocketHandle = NULL;
|
||||
_rxBuffer = NULL;
|
||||
_connected = false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user