EthernetENC
EthernetENC copied to clipboard
conflict with webthing
Hi, I'm trying to begin webthing with enc28j60. I used your library but, when I start the webthing adapter(adapter->begin();) ESP reboot constantly. Have you ever tried to use these two libraries together? I'm using esp32 doit devkit v1 and ENC82j60 module. I'm using following software. ESP32 core version: 2.0.3 Arduino version: 1.8.16 EthernetENC library version: 2.0.3 webthing-Arduino library version: 0.12.0
the webthing library will use WiFi library of the esp32. does it work without EthernetENC included?