Skip to content

Commit 25e2ab0

Browse files
authored
Update ESP8266WiFiSTA.h
Update ESP8266WiFiSTA.h | Add broadcastIP()
1 parent 0920daf commit 25e2ab0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/ESP8266WiFi/src/ESP8266WiFiSTA.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ class ESP8266WiFiSTAClass {
6767

6868
IPAddress subnetMask();
6969
IPAddress gatewayIP();
70+
IPAddress broadcastIP();
7071
IPAddress dnsIP(uint8_t dns_no = 0);
7172

7273
String hostname();

0 commit comments

Comments
 (0)