Olimex ESP32-POE-ISO with 8710A LAN chip configuration question
Posted: Sun Jan 10, 2021 2:00 pm
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:
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
I'm trying to port a portion of code from Controllino to ESP32-POE-ISO from Olimex. Just stumbled across 2 lines of code:
- Ethernet.setRetransmissionCount(2);
- Ethernet.setRetransmissionTime(1000);
Is there something similar for ESP32-POE-ISO with 8710A LAN chip?
Regards
Kai