David Lechner
David Lechner
An easy way to change the temperature is to turn all of the light matrix lights on or off. See https://github.com/orgs/pybricks/discussions/675#discussioncomment-3341131
Maybe too fancy, but it would be cool if `hub.system.set_stop_button()` returned a context manager object, then we could write: ```python with hub.system.set_stop_button(...): # main code here ... ``` Everything would...
I'm not opposed tot the idea. And I already spend half of a day trying to implement it. But I found it to be way too technically complex given the...
Upstream bug: https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1732482
Supposedly fixed in Ubuntu 24.10. https://www.omgubuntu.co.uk/2024/09/chromium-snap-pwa-fixed-in-ubuntu
Can you click on the "LEGO Technic Large Hub in DFU Mode" on that screen and take another screenshot so we can see the vendor and product ID?
Which version of macOS and Chrome browser do you have?
Usually, this is due to a bad USB cable. It could also be due to a misconfigured USB driver.
This seems like something that should be set in a ssh config file rather than specifying it on the command line every time.
This error can happen often with certain Bluetooth adapters (particularly built-in Intel Bluetooth on Windows laptops). If you want to dig further, you can try logging Bluetooth packets while reproducing...