diff --git a/bluetooth_bcm43xx/config.json b/bluetooth_bcm43xx/config.json index f512938..b8328fb 100644 --- a/bluetooth_bcm43xx/config.json +++ b/bluetooth_bcm43xx/config.json @@ -1,6 +1,6 @@ { "name": "Bluetooth BCM43xx", - "version": "0.3", + "version": "0.4", "slug": "bluetooth_bcm43xx", "description": "Activate bluetooth for bcm43xx", "url": "https://home-assistant.io/addons/Bluetooth_bcm43xx/", diff --git a/bluetooth_bcm43xx/run.sh b/bluetooth_bcm43xx/run.sh index df4bf58..9317c5f 100644 --- a/bluetooth_bcm43xx/run.sh +++ b/bluetooth_bcm43xx/run.sh @@ -4,6 +4,6 @@ set -e hciattach -n /dev/ttyAMA0 bcm43xx 115200 noflow - & HCI_PID=$! -hciconfig hci0 up +hciconfig hci0 up || true wait $HCI_PID