1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-06-17 13:05:23 +02:00

Merge d1775c69e61cb48e125d36c82c8484bd0c0544dc into ece2ac3ccf29370d9feb622748aabd2942d5f3a2

This commit is contained in:
George 2024-11-27 17:09:51 +00:00 committed by GitHub
commit 41f58e2c52
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
// is not for Wifi. You will then need the Arduino Ethernet library as well // 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
///////////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////////