technoblogy/attiny10core

No programmer defined; incorrect upload pattern used.

settinger opened this issue · 0 comments

Since no programmer is defined in attiny10core, the IDE defaults to using the upload pattern in the "arduino:avr" version of platform.txt. We have to define a programmer (USBasp) in order to use the patterns specified in the attiny10core platform.txt file.

I will make a pull request soon.