mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 21:54:20 +01:00
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Bluetooth BCM43xx",
|
"name": "Bluetooth BCM43xx",
|
||||||
"version": "0.6",
|
"version": "0.7",
|
||||||
"slug": "bluetooth_bcm43xx",
|
"slug": "bluetooth_bcm43xx",
|
||||||
"description": "Activate bluetooth for bcm43xx",
|
"description": "Activate bluetooth for bcm43xx",
|
||||||
"url": "https://home-assistant.io/addons/Bluetooth_bcm43xx/",
|
"url": "https://home-assistant.io/addons/Bluetooth_bcm43xx/",
|
||||||
|
|||||||
@@ -4,4 +4,7 @@ set -e
|
|||||||
hciattach /dev/ttyAMA0 bcm43xx 115200 noflow -
|
hciattach /dev/ttyAMA0 bcm43xx 115200 noflow -
|
||||||
hciconfig hci0 up
|
hciconfig hci0 up
|
||||||
|
|
||||||
wait "$(pgrep hciattach)"
|
while pgrep hciattach
|
||||||
|
do
|
||||||
|
sleep 600
|
||||||
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user