From 7963b0283931cac0ca43a239ec53fe6c8eebb526 Mon Sep 17 00:00:00 2001 From: Fred Date: Sun, 27 Dec 2020 17:27:22 -0500 Subject: [PATCH] Update config.example.h Modify example config for Ethernet Shield use --- config.example.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/config.example.h b/config.example.h index 0c2d137..b588e50 100644 --- a/config.example.h +++ b/config.example.h @@ -96,7 +96,18 @@ The configuration file for DCC++ EX Command Station // // Uncomment to use with Ethernet Shields // +// Ethernet Shields do not have have a MAC address in hardware. There may be one on +// a sticker on the Shield that you should use. Otherwise choose one of the ones below +// Be certain that no other device on your network has this same MAC address! +// +// 52:b8:8a:8e:ce:21 +// e3:e9:73:e1:db:0d +// 54:2b:13:52:ac:0c + // NOTE: This is not used with ESP8266 WiFi modules. + +//#define MAC_ADDRESS { 0x52, 0xB8, 0x8A, 0x8E, 0xCE, 0x21 } // MAC address of your networking card found on the sticker on your card or take one from above + // // #define MAC_ADDRESS { 0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xEF }