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

Ariadne and NetEEPROM should share the same EEPROM definition + Default values #12

Closed phillipjohnston closed 4 years ago

phillipjohnston commented 4 years ago

Currently, each one has a separate header. This is an error-prone situation.

phillipjohnston commented 4 years ago

NewEEPROM also, because there is an Ariadne offset

phillipjohnston commented 4 years ago

This is causing a problem now, because the default network settings in the bootloader and in the EEPROM don't match.