ports/devel/arduino/files/pkg-message.in
Kurt Jaeger 2f168cc707 devel/arduino: fix pkg-message for pw groupmod dialer -m myuser
See https://lists.freebsd.org/pipermail/freebsd-ports/2016-March/102604.html
for details.

Submitted by:	Torfinn Ingolfsen <tingox@gmail.com>
Approved by:	just fix it blanket
2016-03-27 07:29:29 +00:00

18 lines
492 B
Text

Notes on using the Arduino IDE:
To allow serial port locking, add your user to the dialer group:
pw groupmod dialer -m myuser
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