Skip to content

Commit

Permalink
Updates fuses for BOD
Browse files Browse the repository at this point in the history
  • Loading branch information
gcormier committed Jul 10, 2024
1 parent 48134d1 commit 543a6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DIY.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ avrdude -c usbtiny -p t841 -U lfuse:w:0xe2:m

ATiny 841 - To preserve memory-slots/eeprom when reflashing the image.
```
avrdude -c usbtiny -p t841 -U hfuse:w:0xd6:m
avrdude -c usbtiny -p t841 -U hfuse:w:0xd4:m

This comment has been minimized.

Copy link
@Yveaux

Yveaux Jul 13, 2024

You should set efuse too, to enable BOD

```

# Hacking and Contributing
Expand Down

1 comment on commit 543a6fb

@gcormier
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done, good catch

Please sign in to comment.