From 988d28f2fdfab42c599438fef94ae3adde411c2e Mon Sep 17 00:00:00 2001 From: pascallanger Date: Tue, 23 Aug 2016 13:39:10 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05c85e0..72baff4 100644 --- a/README.md +++ b/README.md @@ -350,9 +350,9 @@ To upload the latest provided hex file under [Release](https://github.com/pascal ###Set fuses 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 (or 0xFD which is the same) +- High Fuse 0xD2 +- Low Fuse 0xFF This will make sure your ATMEGA328 is well configured and the global TX ID is not erased at each updates.