From fbea981057aa105f87c4a7f5c37d080f7f3bda52 Mon Sep 17 00:00:00 2001 From: Michael Richters Date: Tue, 31 Oct 2017 21:23:56 -0500 Subject: Changed minimum Arduino version to 1.6.10, as disussed on forums --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35771ae..6ef3274 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This is a quick start guide for folks who are familiar with Arduino and generall ## Set up the Arduino IDE -Setup the Arduino IDE on your system. Make sure you install at least version 1.6, since older version may not support all required features. +Setup the Arduino IDE on your system. Make sure you install at least version 1.6.10, since older version may not support all required features. ### macOS @@ -17,7 +17,7 @@ On macOS, install the Arduino IDE using [homebrew](http://brew.sh/) [cask](https ### Linux -On Linux, your distribution's package manager probably includes the Arduino IDE, but it may be an out of date version. If your distribution installs a version of Arduino before 1.6.3 or so, you'll need to install the Arduino IDE following the instructions [on the wiki](https://github.com/keyboardio/Kaleidoscope/wiki/Install-Arduino-support-on-Linux). +On Linux, your distribution's package manager probably includes the Arduino IDE, but it may be an out of date version. If your distribution installs a version of Arduino before 1.6.10, you'll need to install the Arduino IDE following the instructions [on the wiki](https://github.com/keyboardio/Kaleidoscope/wiki/Install-Arduino-support-on-Linux). If you install Arduino into some place that's /not/ `/usr/local/arduino`, you'll need to set the `$ARDUINO_PATH` environment variable to the directory containing the `arduino` and `arduino-builder` binaries. -- cgit v1.2.3