Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
estechnical committed Jan 14, 2014
2 parents 2eb0b88 + eb7c815 commit 5ebf8ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,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 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:


Expand Down Expand Up @@ -72,7 +73,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 to your sketchbook folder in the arduino preferences menu (File-> Preferences).
Expand Down

0 comments on commit 5ebf8ba

Please sign in to comment.