We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84b7c44 + 84b7c44 commit 5bee9e4Copy full SHA for 5bee9e4
src/WiFi.cpp
@@ -772,7 +772,7 @@ uint32_t WiFiClass::gatewayIP()
772
return _gateway;
773
}
774
775
-IPAddress WiFiClass::dnsIP()
+uint32_t WiFiClass::dnsIP()
776
{
777
return _dnsip;
778
src/WiFi101.h
@@ -133,7 +133,7 @@ class WiFiClass
133
uint32_t localIP();
134
uint32_t subnetMask();
135
uint32_t gatewayIP();
136
- IPAddress dnsIP();
+ uint32_t dnsIP();
137
char* SSID();
138
int32_t RSSI();
139
uint8_t encryptionType();
0 commit comments