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

Clarify in documentation that reset endpoint doesn't provide a programming opportunity #56

Closed phillipjohnston closed 4 years ago

phillipjohnston commented 4 years ago

For the reset endpoint, the program boots directly and there is no attempt to check for an update, whether serial or TFTP. That is why it won't work when using the reset endpoint. I'll add a note to the documentation.