diff --git a/CommandStation-EX.ino b/CommandStation-EX.ino index 77e8f40..51cd9f6 100644 --- a/CommandStation-EX.ino +++ b/CommandStation-EX.ino @@ -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