This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
Replies: 2 comments
-
I stopped the backtrace by including this in my code. And the init is placed in setup ` #include <tcpip_adapter.h> |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sorry, ESP32 + ENC28J60 combination is not supported now. Please have a look at Currently Supported Boards. It's better to use the supported WT32-ETH01 (ESP32 + LAN8720) for your use-case |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried Using ENC28J60 with this library. I Initialized ENC and able to use it using EthernetENC - EthernetClient client;.
but when I tried to use this async request, it got some weird error,
Stack Error
Can anyone guide me on how to use ESP32 with this ethernet shield? I will attach my code and stack error here. This is my first time starting discussion, please be kind~.
... can someone tell me how to quote code??
Code:
Beta Was this translation helpful? Give feedback.
All reactions