Skip to content

Commit

Permalink
access rights for hmcon user
Browse files Browse the repository at this point in the history
maybe this helps
  • Loading branch information
chriscohnen committed Mar 11, 2016
1 parent 31b6d0a commit 0ac0f0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hmcon-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ SetupGPIO="# export GPIO
echo 18 > /sys/class/gpio/export
echo out > /sys/class/gpio/gpio18/direction
"
# allow hmcon gpio access when using HM-MOD-RPI-PCB
usermod -a -G gpio hmcon
cat >> $ETC/rfd.conf <<- EOM
[Interface $i]
Type = CCU2
Expand Down

0 comments on commit 0ac0f0b

Please sign in to comment.