David Lechner
David Lechner
Also, since `micropython-lib` is now a submodule of `micropython`, going forward, checking out `micropython` and updating submodules will check out the correct version of `micropython-lib`.
The critical problem of getting stuck on a blank screen is fixed in brickman v0.10.1. (There are still other issues with openroberta on ev3dev-stretch).
I would suggest using a dbus.service file to start the service instead the systemd.service file. This would actually solve several problems. You wouldn't have to manually enable/disable the openroberta systemd...
I'll play around with this a bit next time I am working on brickman. I'm actually thinking about restoring the previous brickman behavior where it starts on the next available...
ev3dev-stretch also has an old version of openroberta. I just copied the latest version from jessie to stretch about an hour ago, so `sudo apt update && sudo apt upgrade`...
Instructions to build BlueZ from source are in the main README.
I think it is working as designed. The duplicate filter is currently only disabled if an [advertisement monitor](https://github.com/bluez/bluez/blob/master/doc/advertisement-monitor-api.txt) is in place. So, I think this is a feature request to...
Probably a duplicate of #119.
So something like "AcquireNotify" but for advertisements?
Bleak v0.22.2 should detect issues with pywin32 and give a new error message if that is a problem. Can you give a minimal reproducible test case and/or provide Bluetooth packet...