Skip to content

Wifi and ETH DNS conflict #11447

Open
Open
@raako71

Description

@raako71

Board

ESP32 Dev Module

Device Description

WROOM module

Hardware Configuration

ETH.begin(ETH_PHY_LAN8720, 0, 23, 18, 5, ETH_CLOCK_GPIO17_OUT)

Version

latest stable Release (if not listed below)

IDE Name

Arduino 2.3.6

Operating System

Win10 x64

Flash frequency

80Mhz

PSRAM enabled

yes

Upload speed

115200

Description

If Eth is connected, and WiFi attempts to connect, Eth DNS will be reset to 0.0.0.0, regardless of WiFi success.

Sketch

Resolved by disabling WiFI for ETH connected,

 if (!eth_connected) WIFI_Connect();

Debug Message

not relevant

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions