This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Description
Worked perfectly fine with ethernet. But when trying to connect a ENC28J60 ethernet module. It just doesn't work.
When I include
#include <tcpip_adapter.h>
void setup() {
tcpip_adapter_init();
It stops the device restarting. However still does not seem to work. Has anyone managed to reliably get a Web Socket server running on an ESP32 with Ethernet module?
There seems to be a library https://github.com/khoih-prog/AsyncWebServer_Ethernet but doesn't support ESP32.