Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
attermann committed Dec 15, 2021
1 parent d9aef69 commit 3c49e6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Should be compatible with all Viatom ring oxygen monitors inluding models PO1, P
Install BluePy for BLE and Paho for MQTT client

```
sudo pip install blueply
sudo pip install bluepy
sudo pip install paho-mqtt
```

Expand All @@ -32,7 +32,7 @@ Optionally also configure the MQTT client by enering values for the `mqtt_*` var

Test BLE connectivity while wearing the device.

*Note: Warnings and exceptions from the MQTT client can be ignored if it has not been confgured yet.*
*Note: Warnings and exceptions from the MQTT client can be ignored if it has not been configured.*

```
python viatom-ble.py -v -c
Expand Down

0 comments on commit 3c49e6f

Please sign in to comment.