We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac7d14e commit 56b213bCopy full SHA for 56b213b
libraries/WiFi/src/WiFi.h
@@ -187,13 +187,6 @@ class WiFiClass : public MbedSocketClass {
187
188
unsigned long getTime();
189
190
- void lowPowerMode();
191
- void noLowPowerMode();
192
-
193
- int ping(const char* hostname, uint8_t ttl = 128);
194
- int ping(const String& hostname, uint8_t ttl = 128);
195
- int ping(IPAddress host, uint8_t ttl = 128);
196
197
friend class WiFiClient;
198
friend class WiFiServer;
199
friend class WiFiUDP;
0 commit comments