Skip to content

Commit

Permalink
Remove extra connects from Client.h (#3191)
Browse files Browse the repository at this point in the history
  • Loading branch information
me-no-dev authored Sep 9, 2019
1 parent f71a4bd commit f5cacfe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cores/esp32/Client.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ class Client: public Stream
public:
virtual int connect(IPAddress ip, uint16_t port) =0;
virtual int connect(const char *host, uint16_t port) =0;
virtual int connect(IPAddress ip, uint16_t port, int timeout) =0;
virtual int connect(const char *host, uint16_t port, int timeout) =0;
virtual size_t write(uint8_t) =0;
virtual size_t write(const uint8_t *buf, size_t size) =0;
virtual int available() = 0;
Expand Down

0 comments on commit f5cacfe

Please sign in to comment.