AVRDUDESS
AVRDUDESS copied to clipboard
Incorrectly detecting ATmega328P as ATA6614Q
V2.15, Incorrectly detecting ATmega328P as ATA6614Q.
Tested: USBtiny, USBasp, stk500v1
2.14 work fine
Hmm, this could be difficult. The ATA6614Q is a 2-in-1 ATA6630 + ATmega328P, which has the same signature as the standalone 328P. I'm not sure if it's possible to tell the two apart. :/
...Maybe we can set the preferred same signature MCU in config file?
I don't really want to make modifications to avrdude's conf file. However, what I can do it make it ignore parts that have been hidden from the drop-down list via the options window.
Fixed in https://github.com/ZakKemble/AVRDUDESS/releases/tag/v2.16