From 0cc6faf16d16c9eb4efbac2ec1d9af6f8932d277 Mon Sep 17 00:00:00 2001 From: Sudar Date: Wed, 8 Apr 2015 16:12:00 +0530 Subject: [PATCH] Update README about the version of Arduino that are supported Fix #328 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index edddbbe..950b513 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ This is a very simple Makefile which knows how to build Arduino sketches. It def - Works on all three major OS (Mac, Linux, Windows) - Auto detects serial baud rate and libraries used - Support for `*.ino` and `*.pde` sketches as well as raw `*.c` and `*.cpp` -- Support for Arduino Software versions 1.0.x as well as 0.x. -Support for Arduino 1.5.x is still work in progress +- Support for Arduino Software versions 0.x, 1.0.x, 1.5.x and 1.6.x except 1.6.2. +We recommend 1.6.3 or above version of Arduino IDE. - Automatic dependency tracking. Referred libraries are automatically included in the build process. Changes in `*.h` files lead to recompilation of sources which include them