1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-04-16 18:30:12 +02:00
This commit is contained in:
George 2025-03-31 05:59:58 +02:00 committed by GitHub
commit af2405c067
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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
///////////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////////