We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23c6779 commit e73af48Copy full SHA for e73af48
libraries/WiFi/src/WiFiServer.h
@@ -44,7 +44,7 @@ class WiFiServer : public Server {
44
log_v("WiFiServer::WiFiServer(addr=%s, port=%d, ...)", addr.toString().c_str(), port);
45
}
46
~WiFiServer(){ end();}
47
- WiFiClient available();
+ WiFiClient available() __attribute__((deprecated("Renamed to accept().")));
48
WiFiClient accept();
49
void begin(uint16_t port=0);
50
void begin(uint16_t port, int reuse_enable);
0 commit comments