From 5e4a60d0c0cac7352f1a07300375c733e91d95b9 Mon Sep 17 00:00:00 2001 From: jfrey Date: Sat, 25 Mar 2017 23:57:08 +0100 Subject: [PATCH] README: fix command for setting BLE delays --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a23f0aa..6bdd952 100644 --- a/README.md +++ b/README.md @@ -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: