Skip to content

Commit

Permalink
Merge branch 'dns-ip' into all_fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JAndrassy committed Sep 9, 2023
2 parents 84b7c44 + 84b7c44 commit 5bee9e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/WiFi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ uint32_t WiFiClass::gatewayIP()
return _gateway;
}

IPAddress WiFiClass::dnsIP()
uint32_t WiFiClass::dnsIP()
{
return _dnsip;
}
Expand Down
2 changes: 1 addition & 1 deletion src/WiFi101.h
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ class WiFiClass
uint32_t localIP();
uint32_t subnetMask();
uint32_t gatewayIP();
IPAddress dnsIP();
uint32_t dnsIP();
char* SSID();
int32_t RSSI();
uint8_t encryptionType();
Expand Down

0 comments on commit 5bee9e4

Please sign in to comment.