erster commit
This commit is contained in:
commit
e289fd6879
21 changed files with 1056 additions and 0 deletions
8
Richtfunk/NSM2/etc/rc.local
Normal file
8
Richtfunk/NSM2/etc/rc.local
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Put your custom commands here that should be executed once
|
||||
# the system init finished. By default this file does nothing.
|
||||
|
||||
echo 8 > /sys/class/gpio/export # Aktiviert PoE auf dem LAN-Port, um NSM5 in Reihe zu schalten
|
||||
echo out > /sys/class/gpio/gpio8/direction # Aktiviert PoE auf dem LAN-Port, um NSM5 in Reihe zu schalten
|
||||
echo 1 > /sys/class/gpio/gpio8/value # Aktiviert PoE auf dem LAN-Port, um NSM5 in Reihe zu schalten
|
||||
|
||||
exit 0
|
Loading…
Add table
Add a link
Reference in a new issue