From 1a46387b5edbfea28fc4a92f3edfc98ef53df3ab Mon Sep 17 00:00:00 2001 From: dphys Date: Tue, 14 Aug 2018 00:30:30 -0400 Subject: [PATCH] Updated Home (markdown) --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index d7577f8..aed0ce7 100644 --- a/Home.md +++ b/Home.md @@ -7,7 +7,7 @@
 sudo rfkill block 0
 sudo rfkill unblock 0
-sudo brcm_patchram_plus --patchram /lib/firmware/brcm/bcm43438a0.hcd --enable_hci --bd_addr B0:F1:EC:2D:07:5B --no2bytes --tosleep 5000 /dev/ttyS1
+sudo brcm_patchram_plus --patchram /lib/firmware/brcm/bcm43438a0.hcd --enable_hci --bd_addr B0:F1:EC:2D:07:5B --no2bytes --tosleep 5000 /dev/ttyS1 &
 
"--bd_addr B0:F1:EC:2D:07:5B" is to set the Bluetooth MAC address, recommended to read the WiFi MAC address and change the last bit as the Bluetooth MAC address.