Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-esp32
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-esp32
Commits
f5cacfee
Unverified
Commit
f5cacfee
authored
Sep 09, 2019
by
Me No Dev
Committed by
GitHub
Sep 09, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove extra connects from Client.h (#3191)
parent
f71a4bd4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
cores/esp32/Client.h
cores/esp32/Client.h
+0
-2
No files found.
cores/esp32/Client.h
View file @
f5cacfee
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment