Fixed ARDUNIO/ARDUINO typo in README.md as per Kalin Kozhuharov's comment
This commit is contained in:
parent
b15aa4e88f
commit
22b4a0834a
2 changed files with 4 additions and 2 deletions
|
@ -60,5 +60,5 @@ 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`.
|
||||||
|
|
|
@ -418,7 +418,9 @@ ISP_EXT_FUSE = $(shell $(PARSE_BOARD_CMD) $(BOARD_TAG) bootloader.extended
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Everything gets built in here
|
# Everything gets built in here
|
||||||
OBJDIR = build-cli
|
ifndef OBJDIR
|
||||||
|
OBJDIR = build-$(BOARD_TAG)
|
||||||
|
endif
|
||||||
|
|
||||||
########################################################################
|
########################################################################
|
||||||
# Local sources
|
# Local sources
|
||||||
|
|
Loading…
Reference in a new issue