Merge pull request #194 from sej7278/master
fix typo - should be ARDUINO_SKETCHBOOK not ARDUINO_VERSION
This commit is contained in:
commit
6c37b19b38
1 changed files with 2 additions and 2 deletions
|
@ -129,7 +129,7 @@ ARDUINO_VERSION = 105
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
### ARDUINO_VERSION
|
### ARDUINO_SKETCHBOOK
|
||||||
|
|
||||||
**Description:**
|
**Description:**
|
||||||
|
|
||||||
|
@ -140,7 +140,7 @@ Usually can be auto-detected from the Arduino `preferences.txt` file or the defa
|
||||||
**Example:**
|
**Example:**
|
||||||
|
|
||||||
```Makefile
|
```Makefile
|
||||||
ARDUINO_VERSION = ~/sketches
|
ARDUINO_SKETCHBOOK = ~/sketches
|
||||||
```
|
```
|
||||||
|
|
||||||
**Requirement:** *Optional*
|
**Requirement:** *Optional*
|
||||||
|
|
Loading…
Reference in a new issue