Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JsBergbau committed Dec 14, 2021
1 parent ee9eec6 commit 4686505
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ sudo apt install bluetooth libbluetooth-dev
pip3 install pybluez
```

Additional requirements for encrypted ATC-Mode: `pip3 install pycryptodomex`
Additional requirements for encrypted ATC-Mode: `pip3 install pycryptodomex`
Because of a bug in pycryptodomex you need `pip3 install pycryptodomex==3.11` to install older version for Raspberry PI Zero W, see https://github.com/JsBergbau/MiTemperature2/issues/104

Bluetooth LE Scanning needs root. To run the script for AT with normal user rights, please execute
```
Expand Down

0 comments on commit 4686505

Please sign in to comment.