revert gpio change
This commit is contained in:
parent
72ff5ca23f
commit
a893ec92ad
|
@ -18,8 +18,14 @@ case "$1" in
|
|||
sudo hwclock -s
|
||||
|
||||
echo "Starting dride-core"
|
||||
# TODO: refactor this to be done internally
|
||||
# pull up resistor on pin 16
|
||||
sudo python /home/core/daemons/bluetooth/initPin.py
|
||||
|
||||
#blink LED
|
||||
sudo python /home/core/modules/indicators/python/states/standalone.py welcome
|
||||
|
||||
|
||||
;;
|
||||
stop)
|
||||
echo "Stopping dride-core"
|
||||
|
|
Loading…
Reference in New Issue
Block a user