Skip to content

Commit 0cc6faf

Browse files
committed
Update README about the version of Arduino that are supported
Fix #328
1 parent 66ff5ce commit 0cc6faf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ This is a very simple Makefile which knows how to build Arduino sketches. It def
1212
- Works on all three major OS (Mac, Linux, Windows)
1313
- Auto detects serial baud rate and libraries used
1414
- Support for `*.ino` and `*.pde` sketches as well as raw `*.c` and `*.cpp`
15-
- Support for Arduino Software versions 1.0.x as well as 0.x.
16-
Support for Arduino 1.5.x is still work in progress
15+
- Support for Arduino Software versions 0.x, 1.0.x, 1.5.x and 1.6.x except 1.6.2.
16+
We recommend 1.6.3 or above version of Arduino IDE.
1717
- Automatic dependency tracking. Referred libraries are automatically included
1818
in the build process. Changes in `*.h` files lead to recompilation of sources which include them
1919

0 commit comments

Comments
 (0)