-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Description
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
- Flash an ESP32 with the build commit mentioned below.
- Ensure Ethernet configuration is active (W5500 SPI).
- Disconnect the Ethernet cable.
- Power on the device.
- Observe the WDT reset loop on the serial monitor.
System Details
- Hardware: ESP32 with W5500 (SPI)
- Commit:
15830d38268eb28c3fe234413a81f6cf015aeda9
Metadata
Metadata
Assignees
Labels
No labels