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

Add note to documentation clarifying release/debug versions #49

Closed phillipjohnston closed 4 years ago

phillipjohnston commented 4 years ago

2) Debug vs Release versions of bootloader? Suggestions on decision/choice. With the Debug version, and serial connected, I see the ethernet settings output.

The only difference (currently) is the debug output. I tend to prefer the debug version, especially if you're going to be dealing with multiple devices - you can see the specific device details.

phillipjohnston commented 4 years ago

KH: Consider clarfying in docs or parameterize the network details. FWIW, I associate "Debug" with slower, bigger, etc. :-)