5ef40903cefe25d3b2ef78b76fc8732379c60276
Stefan Schuermans header fix

Stefan Schuermans authored 12 years ago

1) /* flaneth - flash and ethernet
Stefan Schuermans change email address in hea...

Stefan Schuermans authored 12 years ago

2)    Copyright (C) 2007-2012 Stefan Schuermans <stefan@blinkenarea.org>
Stefan Schuermans header fix

Stefan Schuermans authored 12 years ago

3)    Copyleft: GNU public license V2 - http://www.gnu.org/copyleft/gpl.html
4)    a BlinkenArea project - http://www.blinkenarea.org/ */
Stefan Schuermans initial commit after making...

Stefan Schuermans authored 12 years ago

5) 
6) #include "config.h"
7) 
8) // MAC address
9) unsigned char ConfigMac[6] = { 0x02, 0xF7, 0xA4, 0xE7, 0x80, 0x00 };    // (extern)
10) 
11) // IP configuration
12) // - all zero for DHCP
Stefan Schuermans DHCP by default

Stefan Schuermans authored 5 years ago

13) unsigned char ConfigIp[4] = { 0, 0, 0, 0 };     // own IP address (extern)
14) unsigned char ConfigMask[4] = { 0, 0, 0, 0 };   // subnet mask (extern)
15) unsigned char ConfigGw[4] = { 0, 0, 0, 0 };     // gateway IP address