From d1775c69e61cb48e125d36c82c8484bd0c0544dc Mon Sep 17 00:00:00 2001 From: George Date: Fri, 10 Mar 2023 12:03:37 +0100 Subject: [PATCH] add config example of setting eth CS For PR #316. --- config.example.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.example.h b/config.example.h index 3dac207..fbd92b1 100644 --- a/config.example.h +++ b/config.example.h @@ -103,6 +103,8 @@ The configuration file for DCC-EX Command Station // is not for Wifi. You will then need the Arduino Ethernet library as well // //#define ENABLE_ETHERNET true +// define an alternate CS pin +//#define ETHERNET_CS 53 /////////////////////////////////////////////////////////////////////////////////////