1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-24 14:48:14 +03:00

add dns_no argument to dnsIP() int ESP8266WiFi class

This commit is contained in:
Martin Ayotte
2015-10-18 14:22:24 -04:00
parent 7f318d72cf
commit 6436a175c4
2 changed files with 3 additions and 3 deletions

View File

@@ -173,7 +173,7 @@ public:
*
* return: DNS ip address value
*/
IPAddress dnsIP();
IPAddress dnsIP(int dns_no = 0);
/*
* Return the current SSID associated with the network