1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-04-22 04:51:20 +02:00

Merge 62a204b65c7ec2599cf53a285c6207ee11977717 into 28d60d49849c8fc4b0ff0f933222c052ba7c90aa

This commit is contained in:
George 2024-04-22 01:08:34 +02:00 committed by GitHub
commit 4b306df882
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -104,6 +104,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