forked from lewispg228/Pi_grammer
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit 7e94505
author
committedPete Lewis
ATTiny84s need a longer chip erase delay
Following along with how the Arduino IDE (v1.8.8) does it. I was seeing inconsistent fuse bit programming (when it includes an erase command). Upping the chip_erase_delay to 15000 uS made this work 100% of the time.1 parent 97d3a88 commit 7e94505
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10718 | 10718 |
| |
10719 | 10719 |
| |
10720 | 10720 |
| |
10721 | - | ||
10721 | + | ||
10722 | 10722 |
| |
10723 | 10723 |
| |
10724 | 10724 |
| |
|
0 commit comments