Update Compiling.md

Fixed **Boards.txt** alignment.
Fixed **On Mac OSX** section.
This commit is contained in:
Sebastien Charpentier 2017-04-19 14:56:48 +02:00 committed by GitHub
parent f5e4fc5a3d
commit 4d7c31cfa1

View File

@ -111,7 +111,6 @@ First, we need to append some text to the Arduino file boards.txt.
1. Search Windows for the application WordPad (DO NOT USE Notepad). <br> Right click on WordPad and select "Run as Administrator": <br> <img src="images/WordPad_Admin.jpg" height="200" /> <br>
1. Open the file ```boards.txt``` located in this folder ```C:\Program Files(x86)\Arduino\hardware\arduino\avr ``` or the equivalent if you have installed Aduino in a different directory.
1. Append the following text into the end of the file and save it:
```
##############################################################
## Multi 4-in-1 (3.3V, 16 MHz) w/ ATmega328
@ -149,7 +148,7 @@ multi.menu.cpu.16MHzatmega328.build.f_cpu=16000000L
1. Close the Arduino IDE
1. Using finder navigate to ```Applications``` folder
1. Ctl-Click on the Arduino application and select **Show Package Contents**.
1. Browse to ```Contents/Java/hardware/arduino/avr`` and double click on boards.txt
1. Browse to ```Contents/Java/hardware/arduino/avr``` and double click on boards.txt
1. Copy and paste the "Multi 4-in-1" text listed above into the end of the file and save it.
### Burn Bootloader