aboutsummaryrefslogtreecommitdiff
path: root/devel/arduino/files/pkg-message.in
blob: 3652b0a77f4e3eae9bcabaf1e5f7ca4a6fd612ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

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