From fc6ff0f041ca85b2904ff3663f7e0ea3d91727dc Mon Sep 17 00:00:00 2001 From: Simon John Date: Mon, 21 Apr 2014 19:42:23 +0200 Subject: [PATCH] fixed typo - should be ARDUINO_SKETCHBOOK not ARDUINO_VERSION --- arduino-mk-vars.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arduino-mk-vars.md b/arduino-mk-vars.md index b18aa2b..57bf2c2 100644 --- a/arduino-mk-vars.md +++ b/arduino-mk-vars.md @@ -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*