Skip to content

Commit

Permalink
Update bbn_m5atomS3_lite_ethernet_webserver.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch authored Jan 26, 2025
1 parent e10e3e9 commit ef23ab1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
//#define MOSI 33
//#define CS 19

byte mac[] = {0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED};
byte mac[] = {0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED}; // Host name will be WIZnetEFFEED on local LAN (WIZnet + 3 last MAC octects)

EthernetServer server(80);

Expand Down

0 comments on commit ef23ab1

Please sign in to comment.