Tomi Tuhkanen
Tomi Tuhkanen
Current RX implementation only uses synchronous method in background process to fetch data. Synchronous method only works with `BlueZ`-adapter. https://github.com/ttu/ruuvitag-sensor/blob/071cd1cc02fbaca0b45ee20e6b5198b78a06ce04/ruuvitag_sensor/ruuvi_rx.py#L27 Add support for `get_data_async` if `Bleak`-adapter is in use.
Most of the examples are missing type hints. https://github.com/ttu/ruuvitag-sensor/tree/master/examples No need to fix all examples in a single PR, but adding typing even to a single example is already a...
1. Start the server 2. Go to root, e.g. http://localhost:57602 Error: Page: https://github.com/ttu/dotnet-fake-json-server/blob/master/FakeServer/wwwroot/index.html Example with Vue 3 from e.g. https://github.com/ttu/multi-camera-system/blob/main/src/templates/index.html
https://github.com/undera/pylgbst/blob/b1c8667f639edd35eb10199af3104155e65ebbf6/pylgbst/hub.py#L193
* gattserverdisconnected is not received * reconnecting after disconnect doesn't work
On some surfaces or with some tyres different variables might be needed.
Now turn left and right functions only work with Vernie. Add ability to define which motor to use as a left motor and which as a right motor.
Add [JsonFlatFileDataStore](https://github.com/ttu/json-flatfile-datastore) to Community repos
Tasks before creating a release: - [x] Bleak as default adapter for Linux - [x] Install Bleak: https://github.com/ttu/ruuvitag-sensor/pull/244 - [x] Set bleak as default adapter: https://github.com/ttu/ruuvitag-sensor/pull/249 - [x] Update verification...