This repository was archived by the owner on Jan 20, 2025. It is now read-only.
This repository was archived by the owner on Jan 20, 2025. It is now read-only.
AsyncWebServer over ethernet #709
Closed
Description
Hi,
I'm trying to use this library on a ESP32 WROOM with a Wiz W5500 connected via SPI.
If i don't initialize the WiFi part i got a runtime assertion error. I can get it work over ethernet, it's configured (ping working) but no response (tcp port 80 is not open over ethernet address, only over wifi is open).
Can I use this library without WiFi but only via ethernet?
Thank You.