We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac7d14e + 56b213b commit 105c172Copy full SHA for 105c172
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