Skip to content

Commit e7d6c6d

Browse files
Rotzbuaaentinger
authored andcommitted
same mac for all examples
1 parent d7b8b60 commit e7d6c6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/DhcpAddressPrinter/DhcpAddressPrinter.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// Enter a MAC address for your controller below.
2323
// Newer Ethernet shields have a MAC address printed on a sticker on the shield
2424
byte mac[] = {
25-
0x00, 0xAA, 0xBB, 0xCC, 0xDE, 0x02
25+
0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED
2626
};
2727

2828
void setup() {

examples/DhcpChatServer/DhcpChatServer.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
// The IP address will be dependent on your local network.
2828
// gateway and subnet are optional:
2929
byte mac[] = {
30-
0x00, 0xAA, 0xBB, 0xCC, 0xDE, 0x02
30+
0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED
3131
};
3232
IPAddress ip(192, 168, 1, 177);
3333
IPAddress myDns(192, 168, 1, 1);

0 commit comments

Comments
 (0)