Page 1 of 1

Olimex ESP32-POE-ISO with 8710A LAN chip configuration question

Posted: Sun Jan 10, 2021 2:00 pm
by tonschnoer
Hi, everyone!

I'm trying to port a portion of code from Controllino to ESP32-POE-ISO from Olimex. Just stumbled across 2 lines of code:
  1. Ethernet.setRetransmissionCount(2);
  2. Ethernet.setRetransmissionTime(1000);
These 2 lines configure W5100 Ethernet chip on Controllino for retransmission counts and intervals of Ethernet packets.
Is there something similar for ESP32-POE-ISO with 8710A LAN chip?

Regards
Kai