From cf47b4269ebec36aac265addf8062b742263d305 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Sun, 13 Mar 2016 02:41:48 +0300 Subject: [PATCH] Update installing.md to mention Arduino 1.6.8 --- doc/installing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/installing.md b/doc/installing.md index 16ba27a00..55b03fe32 100644 --- a/doc/installing.md +++ b/doc/installing.md @@ -7,7 +7,7 @@ title: Installation This is the suggested installation method for end users. ### Prerequisites -- Arduino 1.6.5, get it from [Arduino website](https://www.arduino.cc/en/Main/OldSoftwareReleases#previous). Arduino 1.6.6 has several issues, so we recommend to stick with 1.6.5 for now. +- Arduino 1.6.8, get it from [Arduino website](https://www.arduino.cc/en/Main/OldSoftwareReleases#previous). - Internet connection ### Instructions @@ -27,7 +27,7 @@ This is the suggested installation method for contributors and library developer ### Prerequisites -- Arduino 1.6.5 (or newer, if you know what you are doing) +- Arduino 1.6.8 (or newer, if you know what you are doing) - git - python 2.7 - terminal, console, or command prompt (depending on you OS)