Closed as not planned
Description
Board
ESP32-WROOM-32E
Device Description
You can try to enable wifi and network cable at the same time when the router and WiFi are in different gateways. When the wifi router has no network, it is easy to have DNS errors when the network cable is connected, that is, you can't connect it again. This is a big problem. Do you have DNS conflicts?Is the network cable shared with wifi?
Hardware Configuration
begin with WiFi.begin and then try eth.begin
ETH.begin(ETH_ADDR, ETH_POWER_PIN, ETH_MDC_PIN, ETH_MDIO_PIN, ETH_TYPE, ETH_CLK_MODE);
Version
v2.0.14
IDE Name
Platfrom
Operating System
macOS
Flash frequency
40Mhz
PSRAM enabled
yes
Upload speed
115200
Description
DNS WiFi conflicts with ETH
Sketch
DNS WiFi conflicts with ETH
Debug Message
DNS WiFi conflicts with ETH
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
- I confirm I have checked existing issues, online documentation and Troubleshooting guide.