revert gpio change
This commit is contained in:
parent
72ff5ca23f
commit
a893ec92ad
|
@ -18,8 +18,14 @@ case "$1" in
|
||||||
sudo hwclock -s
|
sudo hwclock -s
|
||||||
|
|
||||||
echo "Starting dride-core"
|
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
|
#blink LED
|
||||||
sudo python /home/core/modules/indicators/python/states/standalone.py welcome
|
sudo python /home/core/modules/indicators/python/states/standalone.py welcome
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
stop)
|
stop)
|
||||||
echo "Stopping dride-core"
|
echo "Stopping dride-core"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user