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
5d97e02a
Unverified
Commit
5d97e02a
authored
Dec 20, 2023
by
Rodrigo Garcia
Committed by
GitHub
Dec 20, 2023
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
undeprecate available() (#9027)
parent
edf5ecff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
libraries/WiFi/src/WiFiServer.h
libraries/WiFi/src/WiFiServer.h
+1
-1
No files found.
libraries/WiFi/src/WiFiServer.h
View file @
5d97e02a
...
...
@@ -45,7 +45,7 @@ class WiFiServer : public Server {
log_v
(
"WiFiServer::WiFiServer(addr=%s, port=%d, ...)"
,
addr
.
toString
().
c_str
(),
port
);
}
~
WiFiServer
(){
end
();}
WiFiClient
available
()
__attribute__
((
deprecated
(
"Renamed to accept()."
)))
;
WiFiClient
available
();
WiFiClient
accept
();
void
begin
(
uint16_t
port
=
0
);
void
begin
(
uint16_t
port
,
int
reuse_enable
);
...
...
xpstem
@xpstem
mentioned in commit
e73af48e
·
Feb 01, 2024
mentioned in commit
e73af48e
mentioned in commit e73af48e22e4c232f4cf7117fab40934fbdbf3cd
Toggle commit list
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