From eb7c8155ffaf29b2e307f12ab27f92accf33655f Mon Sep 17 00:00:00 2001 From: Ed Simmons Date: Mon, 13 Jan 2014 13:29:40 +0000 Subject: [PATCH] Fixed odd wording in readme. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba2f5f2..3059998 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Installation To edit/compile the source code for the reflow controller, first install the arduino IDE - http://arduino.cc/en/Main/Software Because the ESTechnical reflow controller uses a 20MHz crystal instead of a 16MHz crystal, this requires special build settings for the arduino IDE. -Browse to your arduino installation directory, then browse to hardware/arduino/boards.txt. Edit this file (using, for example Programmer's Notepad) and add the following block to the top of the file, taking care to not mess up the layout of the file: +Browse to your arduino installation directory, then browse to hardware/arduino/boards.txt. Edit this file (using, for example Programmer's Notepad http://www.pnotepad.org/) and add the following block to the top of the file, taking care to not mess up the layout of the file: ############################################################## @@ -70,7 +70,7 @@ Browse to your arduino installation directory, then browse to hardware/arduino/b ############################################################## -Save the file and quit. Be sure that the section that you added to the file is correctly laid. +Save the file and quit. Locate the sketchbook directory that the arduino IDE created when installing, you can see the path in the arduino preferences menu (File-> Preferences). Copy the ReflowController directory from the zip file into the Sketchbook location. Copy all the folders in the Libraries folder (contained in these files downloaded from github) to the libraries directory in the arduino sketchbook location.