mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-17 06:42:21 +03:00
Added WifiServer::begin(uint16_t port) method, listening port can be changed at runtime (#4123)
This commit is contained in:
committed by
Develo
parent
2c8b2b92ce
commit
8765da258b
@@ -51,6 +51,7 @@ public:
|
||||
WiFiClient available(uint8_t* status = NULL);
|
||||
bool hasClient();
|
||||
void begin();
|
||||
void begin(uint16_t port);
|
||||
void setNoDelay(bool nodelay);
|
||||
bool getNoDelay();
|
||||
virtual size_t write(uint8_t);
|
||||
|
Reference in New Issue
Block a user