1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-03-15 18:43:06 +01:00

Compare commits

...

6 Commits

Author SHA1 Message Date
George
41f58e2c52
Merge d1775c69e6 into ece2ac3ccf 2024-11-27 17:09:51 +00:00
Harald Barth
ece2ac3ccf revert last 3 commits 2024-10-06 08:00:07 +02:00
Barry Daniel
ea2e5ab8e9
Delete CamParser.cpp 2024-10-06 15:07:52 +10:00
Barry Daniel
480eb1bfde
Delete myHal.cpp 2024-10-06 15:07:15 +10:00
Barry Daniel
21dca05257
Add files via upload 2024-10-06 14:54:37 +10: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
// 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
///////////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////////