From 63158cdf66241f8854c62743a558adbaaf9b49de Mon Sep 17 00:00:00 2001 From: lolouk44 Date: Fri, 31 Jan 2020 23:58:15 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 583c537..4a2d3a0 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,11 @@ Note: Framework is present to also read from Xiaomi Scale V1, although I do not ## Getting the Mac Address of your Scale: -1. Retrieve the scale's MAC Address (you can identify your scale by looking for `MIBCS` entries) using this command: +1. Retrieve the scale's MAC Address using this command: ``` -$ sudo hcitool lescan +$ sudo hcitool lescan | grep -i MIBCS + LE Scan ... -F8:04:33:AF:AB:A2 [TV] UE48JU6580 C4:D3:8C:12:4C:57 MIBCS [...] ```