revert gpio change

pull/182/head
Yossi 2018-04-09 11:18:29 +03:00
parent 72ff5ca23f
commit a893ec92ad
1 changed files with 6 additions and 0 deletions

View File

@ -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"