fixed typo - should be ARDUINO_SKETCHBOOK not ARDUINO_VERSION
This commit is contained in:
parent
70af7d49ec
commit
fc6ff0f041
1 changed files with 2 additions and 2 deletions
|
@ -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*
|
||||
|
|
Loading…
Reference in a new issue