Skip to content

Commit 56b213b

Browse files
committed
WiFi.h - methods without implementation removed
1 parent ac7d14e commit 56b213b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Diff for: libraries/WiFi/src/WiFi.h

-7
Original file line numberDiff line numberDiff line change
@@ -187,13 +187,6 @@ class WiFiClass : public MbedSocketClass {
187187

188188
unsigned long getTime();
189189

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-
197190
friend class WiFiClient;
198191
friend class WiFiServer;
199192
friend class WiFiUDP;

0 commit comments

Comments
 (0)