mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2025-03-13 17:43:08 +01:00
Merge 62a204b65c
into 28d60d4984
This commit is contained in:
commit
4b306df882
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user