This repository has been archived by the owner on Jan 20, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
AsyncWebServer over ethernet #709
Labels
Comments
I believe this is the same issue ive been having. I think we are waiting on this |
[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
[STALE_DEL] This stale issue has been automatically closed. Thank you for your contributions. |
Any updates on this? |
the same here... Is there any update? |
Hello all! Does anyone have an update? |
Hello, |
Will this give a chance to get AsyncWebServer working with Ethernet: |
Any update on this? |
@me-no-dev Is there anyway to do this now in 2024? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: