embeddedartistry / athena-bootloader

An AVR Arduino bootloader that supports uploads over Ethernet (via TFTP) and Serial.
GNU Lesser General Public License v2.1
12 stars 5 forks source link

By default, the bootloader/EEPROM should use the Ethernet device's MAC address #11

Open phillipjohnston opened 4 years ago

phillipjohnston commented 4 years ago

We shouldn't be using an arbitrary mac address and then requiring the user to read out the MAC. Instead, we need to just read it from the device by default.