We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b05c7df commit 409926eCopy full SHA for 409926e
libraries/WiFi/src/WiFiClient.h
@@ -90,11 +90,6 @@ class WiFiClient : public Client
90
uint16_t localPort() const;
91
uint16_t localPort(int fd) const;
92
93
- IPAddress localIP() const;
94
- IPAddress localIP(int fd) const;
95
- uint16_t localPort() const;
96
- uint16_t localPort(int fd) const;
97
-
98
//friend class WiFiServer;
99
using Print::write;
100
};
0 commit comments