Note on using root in BlinkNetworkRPi
This commit is contained in:
parent
ecb05452f7
commit
4b4592ac3e
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ include ../../Arduino.mk
|
|||
|
||||
# Additional rules to use a remote Raspberry Pi programmer
|
||||
|
||||
# Note that it's recommended not to use root for this task,
|
||||
# but to setup spidev access on a normal user instead.
|
||||
HOST = root@alarmpi
|
||||
SSH_AVRDUDE = ssh $(HOST) /usr/local/bin/avrdude
|
||||
|
||||
|
|
Loading…
Reference in a new issue