mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
Removing the _connected field from Client since we don't use it anymore.
This commit is contained in:
@ -28,7 +28,6 @@ public:
|
||||
|
||||
private:
|
||||
static uint16_t _srcport;
|
||||
bool _connected;
|
||||
uint8_t _sock;
|
||||
uint8_t *_ip;
|
||||
uint16_t _port;
|
||||
|
Reference in New Issue
Block a user