sergev/pic32prog

Recognize "AVRISP_2" as valid response from chipKIT bootloader

Closed this issue · 1 comments

According to the Atmel spec for the STK500 v2 protocol (http://www.atmel.com/Images/doc2591.pdf) "AVRISP_2" is also a valid response to the CMD_SIGN_ON command. pic32prog should treat either string ("STK500_2" or "AVRISP_2") as valid responses.

Fixed in a349694
Binaries updated.