Networking-for-Arduino / EthernetENC

Ethernet library for ENC28J60. This is a modern version of the UIPEthernet library. EthernetENC library is compatible with all Arduino architectures with Arduino SPI library with transactions support. Only include EthernetENC.h instead of Ethernet.h
127 stars 28 forks source link

Fix: compile error on esp32 github actions #58

Closed hideakitai closed 5 months ago

hideakitai commented 5 months ago

I've encountered a compile error on esp32 series on Github actions with EthernetENC.

This PR fixes the compile error caused by memset() on the esp32 series.

JAndrassy commented 5 months ago

good fix. thank you