codebrainz requested changes on this pull request.
Other than hardcoding one of many boards, everything else looks good to me.
+[indentation] +#width=2 +# 0 is spaces, 1 is tabs, 2 is tab & spaces +#type=0 + + +# Use this reference for making up Arduino command lines: +# https://github.com/arduino/Arduino/blob/master/build/shared/manpage.adoc +[build-menu] +FT_00_LB=_Build +FT_00_CM=arduino --verify "%d/%f" --board arduino:avr:uno +FT_00_WD= + +FT_01_LB=Build (_Verbose) +FT_01_CM=arduino --verify --verbose-build "%d/%f" --board arduino:avr:uno
Is the UNO a really common board and/or compatible with other boards? Like if I had a LilyPad with an ATmega168V, is this default going give me a bad time?