File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ This is a very simple Makefile which knows how to build Arduino sketches. It def
12
12
- Works on all three major OS (Mac, Linux, Windows)
13
13
- Auto detects serial baud rate and libraries used
14
14
- 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.
17
17
- Automatic dependency tracking. Referred libraries are automatically included
18
18
in the build process. Changes in ` *.h ` files lead to recompilation of sources which include them
19
19
You can’t perform that action at this time.
0 commit comments