mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2025-04-16 18:30:12 +02:00
Compare commits
2 Commits
b8edebeccf
...
5a38fbfc58
Author | SHA1 | Date | |
---|---|---|---|
|
5a38fbfc58 | ||
|
62a204b65c |
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user