Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f5cacfe

Browse filesBrowse files
authored
Remove extra connects from Client.h (#3191)
1 parent f71a4bd commit f5cacfe
Copy full SHA for f5cacfe

File tree

Expand file treeCollapse file tree

1 file changed

+0
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-2
lines changed

‎cores/esp32/Client.h

Copy file name to clipboardExpand all lines: cores/esp32/Client.h
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ class Client: public Stream
2828
public:
2929
virtual int connect(IPAddress ip, uint16_t port) =0;
3030
virtual int connect(const char *host, uint16_t port) =0;
31-
virtual int connect(IPAddress ip, uint16_t port, int timeout) =0;
32-
virtual int connect(const char *host, uint16_t port, int timeout) =0;
3331
virtual size_t write(uint8_t) =0;
3432
virtual size_t write(const uint8_t *buf, size_t size) =0;
3533
virtual int available() = 0;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.