\\LANDISK-HDL-AA1\disk1\Arduino\ESP8266_Ethernet\connectEthernet\connectEthernet.ino: In function 'void setup()':
connectEthernet:57:22: error: 'using Wiznet5500lwIP = class LwipIntfDev<Wiznet5500>' {aka 'class LwipIntfDev<Wiznet5500>'} has no member named 'dnsIP'
57 | Serial.println(eth.dnsIP());
| ^~~~~
Basic Infos
Platform
Settings in IDE
Problem Description
The WiFi object has a dnsIP method.
The ethernet object does not have a dnsIP method.
MCVE Sketch
Debug Messages