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

Make TFTP_PACKET_DELAY compile-time configurable #91

Open phillipjohnston opened 2 years ago

phillipjohnston commented 2 years ago

regarding the TFTP_PACKET_DELAY - I did tests with a 0 delay but left a 5 for "just in case" (don't have all the different boards & WIZs)

We should define this variable using an ifndef strategy so it can be overridden (and removed completely if desired).

I would really want to go to 0 by default, but maybe 5 is the safer bet. Will think on it.