diff options
-rw-r--r-- | bluetooth/bt_vendor.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bluetooth/bt_vendor.conf b/bluetooth/bt_vendor.conf index b2a7bd7..1f4a63a 100644 --- a/bluetooth/bt_vendor.conf +++ b/bluetooth/bt_vendor.conf @@ -3,8 +3,8 @@ ####################################################################################### # UART device port where Bluetooth controller is attached (default ttyS1) -UartPort = /dev/ttyHS0 -BtDrvDev = /dev/brcm_bt_drv +UartPort = /dev/brcm_bt_drv +UimUartPort = /dev/ttyHS0 # Target Baudrate to change to if different from 3000000 # This entry is mandatory if using V4L2 |