Search found 1 match

by jansac
Thu Jan 04, 2018 11:23 am
Forum: ESP32 Arduino
Topic: "etharp_request" workaround does not work anymore
Replies: 1
Views: 3461

"etharp_request" workaround does not work anymore

Hi everybody, some time ago i used this workaround, because my ESP32 became inresponsive in the network after some time: extern "C" { extern char *netif_list; uint8_t etharp_request(char *, char *); // required for forceArp to work } void forceARP() { char *netif = netif_list; while (netif) { etharp...