Update README.md

This commit is contained in:
pascallanger 2016-02-04 22:08:07 +01:00
parent fa65222228
commit c5b1e73312

View File

@ -557,7 +557,7 @@ To upload the latest provided hex file under [Release](https://github.com/pascal
Use a tool like [AVR Burn-O-Mat](http://avr8-burn-o-mat.aaabbb.de/) to set the fuses of the Atmega328 to:
- Low Fuse 0xFF
- High Fuse 0xD2
- Extended Fuse 0x05
- Extended Fuse 0x05 (or 0xFD which is the same)
This will make sure your ATMEGA328 is well configured and the global TX ID is not erased at each updates.