Skip to content

Commit 6059d84

Browse files
authored
Clarify MAC address requirements (#1427)
1 parent 9648e1a commit 6059d84

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/GatewayW5100/GatewayW5100.ino

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,10 @@
9595
//#define MY_CONTROLLER_IP_ADDRESS 192, 168, 178, 254
9696
//#define MY_CONTROLLER_URL_ADDRESS "my.controller.org"
9797

98-
// The MAC address can be anything you want but should be unique on your network.
98+
// The MAC address can be anything you want but MUST be unique on your network.
9999
// Newer boards have a MAC address printed on the underside of the PCB, which you can (optionally) use.
100-
// Note that most of the Arduino examples use "DEAD BEEF FEED" for the MAC address.
100+
// Note that most of the Arduino examples use "DEAD BEEF FEED" for the MAC address
101+
// so make sure you don't have multiple Arduinos using the same MAC address.
101102
#define MY_MAC_ADDRESS 0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED
102103

103104

0 commit comments

Comments
 (0)