From f5c08158cbf115f7b7493446180780b34a3f4cfc Mon Sep 17 00:00:00 2001 From: pascallanger Date: Mon, 20 Feb 2017 23:26:43 +0100 Subject: [PATCH] Update Compiling.md --- docs/Compiling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Compiling.md b/docs/Compiling.md index 985f2b9..19376e2 100644 --- a/docs/Compiling.md +++ b/docs/Compiling.md @@ -152,7 +152,7 @@ multi.menu.cpu.16MHzatmega328.build.f_cpu=16000000L ### Burn Bootloader 1. Open the Arduino IDE and load the Multiprotocol project. -1. Select under **Tools -> Board** the new entry **4-in-1 Multi** +1. Select under **Tools -> Board** the new entry **Multi 4-in-1** 1. Select under **Tools -> Programmer** the entry **USBasp** 1. Click on **Tools -> Burn Bootloader**. Do not worry it will return an error that no bootloader was found. In fact we are interrested by the first few lines indicating that the fuses were set correctly. 1. At this stage your flash module is empty so it's normal if the status LED does not do anything.