diff --git a/CommandStation-EX.ino b/CommandStation-EX.ino index 80d8b4e..7d47dbd 100644 --- a/CommandStation-EX.ino +++ b/CommandStation-EX.ino @@ -81,6 +81,9 @@ void setup() #endif // WIFI_ON #if ETHERNET_ON +#ifdef ETHERNET_CS + Ethernet.init (ETHERNET_CS); +#endif // ETHERNET_CS EthernetInterface::setup(); #endif // ETHERNET_ON