Merge pull request #194 from sej7278/master

fix typo - should be ARDUINO_SKETCHBOOK not ARDUINO_VERSION
This commit is contained in:
Sudar 2014-04-22 08:16:33 +05:30
commit 6c37b19b38

View file

@ -129,7 +129,7 @@ ARDUINO_VERSION = 105
----
### ARDUINO_VERSION
### ARDUINO_SKETCHBOOK
**Description:**
@ -140,7 +140,7 @@ Usually can be auto-detected from the Arduino `preferences.txt` file or the defa
**Example:**
```Makefile
ARDUINO_VERSION = ~/sketches
ARDUINO_SKETCHBOOK = ~/sketches
```
**Requirement:** *Optional*