1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-04-15 01:40:13 +02:00
This commit is contained in:
George 2025-03-31 05:59:59 +02:00 committed by GitHub
commit b8edebeccf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -115,6 +115,9 @@ void setup()
#endif // ARDUINO_ARCH_ESP32
#if ETHERNET_ON
#ifdef ETHERNET_CS
Ethernet.init (ETHERNET_CS);
#endif // ETHERNET_CS
EthernetInterface::setup();
#endif // ETHERNET_ON