Skip to content

Commit

Permalink
setting of eth cs
Browse files Browse the repository at this point in the history
Does my "[Feature Request]: setting of eth cs DCC-EX#308".
Tested on Arduino mega2560 with W5500 connected by wires - CS to 53.
  • Loading branch information
George authored Mar 10, 2023
1 parent 91d36ae commit 62a204b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CommandStation-EX.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 62a204b

Please sign in to comment.