Skip to content

Commit 613ce96

Browse files
authored
add localIPNonBlocking to WiFi.h
1 parent 72ba7e5 commit 613ce96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libraries/WiFiS3/src/WiFi.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,8 @@ class CWifi {
175175
* return: IP address value
176176
*/
177177
IPAddress localIP();
178-
178+
IPAddress localIPNonBlocking(unsigned long timeoutMs);
179+
179180
/*
180181
* Get the interface subnet mask address.
181182
*

0 commit comments

Comments
 (0)