Skip to content

Commit 5bee9e4

Browse files
committed
Merge branch 'dns-ip' into all_fixes
2 parents 84b7c44 + 84b7c44 commit 5bee9e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/WiFi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ uint32_t WiFiClass::gatewayIP()
772772
return _gateway;
773773
}
774774

775-
IPAddress WiFiClass::dnsIP()
775+
uint32_t WiFiClass::dnsIP()
776776
{
777777
return _dnsip;
778778
}

src/WiFi101.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ class WiFiClass
133133
uint32_t localIP();
134134
uint32_t subnetMask();
135135
uint32_t gatewayIP();
136-
IPAddress dnsIP();
136+
uint32_t dnsIP();
137137
char* SSID();
138138
int32_t RSSI();
139139
uint8_t encryptionType();

0 commit comments

Comments
 (0)