mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-22 15:46:14 +01:00
setting of eth cs
Does my "[Feature Request]: setting of eth cs #308". Tested on Arduino mega2560 with W5500 connected by wires - CS to 53.
This commit is contained in:
parent
91d36ae909
commit
62a204b65c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user