xiaomi_miio: improve formatting (#18125)

This commit is contained in:
Damian Nowak 2021-06-27 10:04:17 -05:00 committed by GitHub
parent 994000c60b
commit a36ed2fd99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,7 +118,7 @@ This token (32 hexadecimal characters) is required for the Xiaomi Mi Robot Vacuu
5. Ensure successful operation using 5.4.54 (locate is a nice simple test)
6. Using adb we will now extract the token from the rooted phone
7. Use adb shell to connect to your device and become root (if using Magisck root do `adb shell -> su -> whoami` to ensure root access.
8. Then run grep -R '"token"' /data/data/com.xiaomi.smarthome and grab the token
8. Then run `grep -R '"token"' /data/data/com.xiaomi.smarthome` and grab the token
### iOS