ttu / ruuvitag-sensor

Python package for communicating with RuuviTag BLE Sensor and for decoding sensor data from broadcasted data
https://ttu.github.io/ruuvitag-sensor/
MIT License
196 stars 78 forks source link

docs: update adapter use from README #252

Closed terop closed 3 months ago

terop commented 3 months ago

Update Bleak and Bluez sections with regard to changes done in commit e59fa3a.

terop commented 3 months ago

I noticed that some of the examples (at least examples/find_tags.py) are now broken because Bleak is now used by default. I didn't fix it here though the fix is trivial. All the examples should probably be checked and updated as needed, e.g. remove use of RUUVI_BLE_ADAPTER for async examples.

ttu commented 3 months ago

Thanks! I added an task for updating the examples to issue https://github.com/ttu/ruuvitag-sensor/issues/245