We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fee275d commit b921329Copy full SHA for b921329
libraries/WiFi/src/WiFiServer.h
@@ -34,6 +34,7 @@ class WiFiServer : public MbedServer {
34
WiFiServer(uint16_t port)
35
: MbedServer(port) {}
36
WiFiClient available(uint8_t* status = nullptr);
37
+ WiFiClient accept() { return available(); };
38
};
39
40
}
0 commit comments