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:
@@ -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
|
||||
|
Reference in New Issue
Block a user