From c5b1e7331246a15dc48a5d46f99d94ea0e47f099 Mon Sep 17 00:00:00 2001 From: pascallanger Date: Thu, 4 Feb 2016 22:08:07 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df55c29..2e409bb 100644 --- a/README.md +++ b/README.md @@ -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.