diff options
Diffstat (limited to 'scripts/bt-dev-end.sh')
-rwxr-xr-x | scripts/bt-dev-end.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/bt-dev-end.sh b/scripts/bt-dev-end.sh index ef4731e..cb57537 100755 --- a/scripts/bt-dev-end.sh +++ b/scripts/bt-dev-end.sh @@ -17,11 +17,11 @@ if [ $REVISION_NUM == "0006" ]; then exit 0 fi -killall hciattach - # Turn off Bluetooth Chip rfkill block bluetooth +killall hciattach + #if [ -e /sys/class/gpio/gpio17/value ] #then # # Reset BT chip |