Skip to content

[BUG] No Wifi fallback when Ethernet is not connected #5478

@thalesmaoa

Description

@thalesmaoa

Problem Description

I just flashed a fresh ESP32 build with Ethernet (W5500 via SPI). I noticed that when the Ethernet cable is not connected, the device keeps crashing and restarting due to a Watchdog Timer (WDT) reset.

Expected Behavior

In previous versions, when the ETH cable was disconnected, ESPEasy would automatically fall back to WiFi. Additionally, I do remember, in the past that, after a certain number of failed boot attempts/reboots, the device is expected to enter "Safe Mode" (AP Mode) to allow configuration.

Actual Behavior

Instead of falling back to WiFi or entering AP Mode, the device enters a continuous boot loop caused by WDT resets.

Steps to Reproduce

  1. Flash an ESP32 with the build commit mentioned below.
  2. Ensure Ethernet configuration is active (W5500 SPI).
  3. Disconnect the Ethernet cable.
  4. Power on the device.
  5. Observe the WDT reset loop on the serial monitor.

System Details

  • Hardware: ESP32 with W5500 (SPI)
  • Commit: 15830d38268eb28c3fe234413a81f6cf015aeda9

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions