Skip to content

Commit 5d97e02

Browse files
authored
undeprecate available() (espressif#9027)
1 parent edf5ecf commit 5d97e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: libraries/WiFi/src/WiFiServer.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class WiFiServer : public Server {
4545
log_v("WiFiServer::WiFiServer(addr=%s, port=%d, ...)", addr.toString().c_str(), port);
4646
}
4747
~WiFiServer(){ end();}
48-
WiFiClient available() __attribute__((deprecated("Renamed to accept().")));
48+
WiFiClient available();
4949
WiFiClient accept();
5050
void begin(uint16_t port=0);
5151
void begin(uint16_t port, int reuse_enable);

0 commit comments

Comments
 (0)