added instructions to disconnect flipper after pairing

This commit is contained in:
Daniel Dakhno 2022-09-17 00:20:00 +02:00
parent b3284ed938
commit 44834057b1

View File

@ -29,10 +29,11 @@ First, you need to pair your flipper with your computer. Tihs process varies, bu
bluetoothctl
agent on
pair youf_flipper_mac_address
disconnect youf_flipper_mac_address
```
This should ask you for a confirmation code and pair your device.
After that, disconnect your Flipper from your computer.
After that, ensure that your Flipper is disconnected from your computer.
Then, you can run
@ -42,4 +43,4 @@ venv/bin/python3 fzfs.py -a "youf_flipper_mac_address" -m /home/user/flipper-zer
## Disclaimer
This software is still work in progress and may have errors despite my best efforts, so use with caution.
This software is still work in progress and may have errors despite my best efforts, so use with caution.