ports/devel/arduino/files/pkg-message.in
Pawel Pekala 86191d95ce - Update to version 1.0.3
- Add optional patches for ATmega644p support

PR:		ports/174783
Submitted by:	Craig Leres <leres@ee.lbl.gov> (maintainer)
2013-01-02 21:56:04 +00:00

18 lines
491 B
Text

Notes on using the Arduino IDE:
To allow serial port locking, add your user to the dialer group:
pw usermod myuser -G dialer
User settings are in ~/.arduino/preferences.txt. Edit the file
when the IDE is not running.
Setting the launcher for help files:
launcher=firefox
Showing what the IDE is doing for build and upload commands (only
visible if you started the IDE from a console):
build.verbose=true
upload.verbose=true
To start the IDE:
%%PREFIX%%/bin/arduino