forked from espressif/arduino-esp32
Additions to WiFiClient and WiFiServer (#404)
Required for WebServer and/or DNSServer libraries
This commit is contained in:
@ -50,6 +50,8 @@ class WiFiServer : public Server {
|
||||
using Print::write;
|
||||
|
||||
void end();
|
||||
void close();
|
||||
void stop();
|
||||
operator bool(){return _listening;}
|
||||
int setTimeout(uint32_t seconds);
|
||||
void stopAll();
|
||||
|
Reference in New Issue
Block a user