-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Hello, and thanks for the great work on this library.
I am trying to use it to program an ATtiny412 via ESP32 using UPDI.
During my attempts I came across the fact that my ATtiny412 was identified as ATtiny402. A quick search revealed that the signature for this AVR is not correct in the code.
{0x9223, “t402”, “ATtiny402”, AVR8X_TINY_4X},
..
{0x9223, “t412”, “ATtiny412”, AVR8X_TINY_4X},
Correct signature 402: 0x9227
Regards
Metadata
Metadata
Assignees
Labels
No labels