diff options
| author | Sudar <sudar@sudarmuthu.com> | 2013-05-31 16:57:25 +0530 |
|---|---|---|
| committer | Sudar <sudar@sudarmuthu.com> | 2013-05-31 16:57:25 +0530 |
| commit | cd210f96ca9812ea36dfca7c36d58ac0f754ed05 (patch) | |
| tree | e5274523ef5ecd157ac92ad4501fec0bd35fbc50 /bin/ard-parse-boards | |
| parent | dc3ec57330848e151f9a31017cb572682a30116b (diff) | |
Added a todo comment for package authors. Fixes #50
Diffstat (limited to 'bin/ard-parse-boards')
| -rwxr-xr-x | bin/ard-parse-boards | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/ard-parse-boards b/bin/ard-parse-boards index 2e975bb..fba6e67 100755 --- a/bin/ard-parse-boards +++ b/bin/ard-parse-boards @@ -7,6 +7,9 @@ use Getopt::Long; use Pod::Usage; use YAML; +# TODO: If you writing an installation script or a package for the makefile, +# then you might want to replace the below path based on the environment. +# More discussion at https://github.com/sudar/Arduino-Makefile/issues/50 my %Opt = ( boards_txt => '/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/boards.txt', |
