diff --git a/CommandStation-EX.ino b/CommandStation-EX.ino index 3e601b1..14d95e5 100644 --- a/CommandStation-EX.ino +++ b/CommandStation-EX.ino @@ -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