Skip to content
This repository was archived by the owner on Nov 26, 2020. It is now read-only.

ARDUINO_SKETCHBOOK is defined in ~/Library/Arduino/preferences.txt #14

Closed
wants to merge 1 commit into from
Closed

Conversation

rei-vilo
Copy link

ARDUINO_SKETCHBOOK is defined in ~/Library/Arduino/preferences.txt
Let's go for it!

# Required: run Arduino or chipKIT/Mpide before and set sketchbook path in Preferences
# for chipKIT, replace Arduino by Mpide
#
ARDUINO_SKETCHBOOK = $(shell grep sketchbook.path $(wildcard ~/Library/Arduino/preferences.txt) | cut -d = -f 2)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for chipKIT, replace Arduino by Mpide

peplin added a commit that referenced this pull request Feb 16, 2012
This is a more generic version of rei-vilo's pull requested (#14). Thanks!
@peplin
Copy link
Owner

peplin commented Feb 16, 2012

Very cool, thanks. I pushed a slightly more generic version of this that looks in the proper places on Linux as well.

@peplin peplin closed this Feb 16, 2012
peplin pushed a commit that referenced this pull request Jul 2, 2013
Fix for using --boards_txt on Linux.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants