This reverts commit 5d97e02ad7.
This commit is contained in:
parent
23c6779d87
commit
e73af48e22
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ class WiFiServer : public Server {
|
||||||
log_v("WiFiServer::WiFiServer(addr=%s, port=%d, ...)", addr.toString().c_str(), port);
|
log_v("WiFiServer::WiFiServer(addr=%s, port=%d, ...)", addr.toString().c_str(), port);
|
||||||
}
|
}
|
||||||
~WiFiServer(){ end();}
|
~WiFiServer(){ end();}
|
||||||
WiFiClient available();
|
WiFiClient available() __attribute__((deprecated("Renamed to accept().")));
|
||||||
WiFiClient accept();
|
WiFiClient accept();
|
||||||
void begin(uint16_t port=0);
|
void begin(uint16_t port=0);
|
||||||
void begin(uint16_t port, int reuse_enable);
|
void begin(uint16_t port, int reuse_enable);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue