Files
addons/bluetooth_bcm43xx/run.sh
Pascal Vizeli eb2e584bb8 Update run.sh
2017-06-06 22:30:08 +02:00

11 lines
140 B
Bash

#!/bin/bash
set -e
hciattach /dev/ttyAMA0 bcm43xx 115200 noflow -
hciconfig hci0 up
while pgrep hciattach > /dev/null
do
sleep 600
done