You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switch to esp32_4MB_V4_S_eth build with ESP32-POE ethernet config
Changed from esp32_4MB_M_eth to esp32_4MB_V4_S_eth as requested.
This is the V4 Sound Reactive build with ethernet support.
Changes:
- Use esp32_4MB_V4_S_eth build (V4 Sound Reactive + Ethernet)
- Added WLED_ETH_DEFAULT=2 (ESP32-POE board configuration)
- ESP32-POE config compatible with QEMU open_eth model
- Updated all workflow paths and cache keys
Ethernet Configuration (ESP32-POE, index 2):
- PHY Address: 0
- Power Pin: 12
- MDC Pin: 23
- MDIO Pin: 18
- PHY Type: LAN8720
- Clock Mode: GPIO17_OUT
This configuration works with QEMU's open_eth model which emulates
standard ESP32 RMII ethernet interface.
Updated documentation:
- docs/QEMU-ISSUES.md: Added ethernet pin configuration details
- e2e-tests/README.md: Updated to use esp32_4MB_V4_S_eth
- platformio.ini: Set WLED_ETH_DEFAULT=2 for the build
Co-authored-by: softhack007 <91616163+softhack007@users.noreply.github.com>
0 commit comments