Permalink
Browse files

README: fix command for setting BLE delays

1 parent 0932249 commit 5e4a60d0c0cac7352f1a07300375c733e91d95b9 @jfrey-xx jfrey-xx committed Mar 25, 2017
Showing with 2 additions and 2 deletions.
  1. +2 −2 README.md
View
@@ -27,9 +27,9 @@ You may also need to alter the settings of your bluetooth adapter in order to re
On linux, assuming `hci0` is the name of your bluetooth adapter:
-`sudo echo 9 > /sys/kernel/debug/bluetooth/hci0/conn_min_interval`
+`sudo bash -c 'echo 9 > /sys/kernel/debug/bluetooth/hci0/conn_min_interval'`
-`sudo echo 10 > /sys/kernel/debug/bluetooth/hci0/conn_max_interval`
+`sudo bash -c 'echo 10 > /sys/kernel/debug/bluetooth/hci0/conn_max_interval'`
# Audience:

0 comments on commit 5e4a60d

Please sign in to comment.