Fixed a typo in README.
Issue reported at upstream (https://github.com/mjoldfield/Arduino-Makefile/issues/21)
This commit is contained in:
parent
d1f49b6ea4
commit
048762156b
1 changed files with 6 additions and 1 deletions
|
@ -50,7 +50,7 @@ On other systems
|
||||||
|
|
||||||
In order to use Arduino libraries installed in the user's sketchbook folder (the
|
In order to use Arduino libraries installed in the user's sketchbook folder (the
|
||||||
standard location for custom libraries when using the Arduino IDE), you need to
|
standard location for custom libraries when using the Arduino IDE), you need to
|
||||||
set the `ARDUNIO_SKETCHBOOK` variable to point to this directory. By default it
|
set the `ARDUINO_SKETCHBOOK` variable to point to this directory. By default it
|
||||||
is set to `$HOME/sketchbook`.
|
is set to `$HOME/sketchbook`.
|
||||||
|
|
||||||
## Notes from Sudar
|
## Notes from Sudar
|
||||||
|
@ -88,5 +88,10 @@ The following are the list of changes that I have made or merged in this fork. H
|
||||||
- Autodetect ARDMK_DIR based on location of this file
|
- Autodetect ARDMK_DIR based on location of this file
|
||||||
- Added support for utility directory within SYS and USER libraries
|
- Added support for utility directory within SYS and USER libraries
|
||||||
|
|
||||||
|
### 0.9.3.2 10.ix.2012 Sudar
|
||||||
|
- Fixed a typo in README. Issue reported at upstream (https://github.com/mjoldfield/Arduino-Makefile/issues/21)
|
||||||
|
|
||||||
## Know Issues
|
## Know Issues
|
||||||
- Because of the way the makefile is structured, the configuration parameters gets printed twice.
|
- Because of the way the makefile is structured, the configuration parameters gets printed twice.
|
||||||
|
- Doesn't work with Leonardo yet.
|
||||||
|
- More todo's at https://github.com/sudar/Arduino-Makefile/issues/
|
||||||
|
|
Loading…
Reference in a new issue