Search found 1 match
- Sun Jan 10, 2021 2:00 pm
- Forum: ESP32 Arduino
- Topic: Olimex ESP32-POE-ISO with 8710A LAN chip configuration question
- Replies: 0
- Views: 1656
Olimex ESP32-POE-ISO with 8710A LAN chip configuration question
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: Ethernet.setRetransmissionCount(2); Ethernet.setRetransmissionTime(1000); These 2 lines configure W5100 Ethernet chip on Controllino for retransmission counts and i...