1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-04-20 20:21:18 +02:00

Compare commits

...

2 Commits

Author SHA1 Message Date
George
d7cf8ca9cb
Merge d1775c69e61cb48e125d36c82c8484bd0c0544dc into 911bbd63be2c8dcf2730ad96eb94a95fed4c0eee 2025-03-15 00:30:31 +00:00
George
d1775c69e6
add config example of setting eth CS
For PR #316.
2023-03-10 12:03:37 +01:00

View File

@ -136,6 +136,8 @@ The configuration file for DCC-EX Command Station
// This is not for Wifi. You will then need the Arduino Ethernet library as well. // This is not for Wifi. You will then need the Arduino Ethernet library as well.
// //
//#define ENABLE_ETHERNET true //#define ENABLE_ETHERNET true
// define an alternate CS pin
//#define ETHERNET_CS 53
///////////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////////