David Lechner

Results 1494 comments of David Lechner

> * keep the hub name and id (or even collect all connected hubs and names) in browser storage See other uses of `useLocalStorage()` for how to do this. There...

Duplicate of #122 and #128.

To make it easier on me to review, could we first split out the Pybricks Profile 1.4 changes to a separate pull request?

It looks like you have configured a static IP address on the EV3 that is on a different subnet from your computer. Make sure DHCP is enabled on the EV3...

The best place to ask questions like this is at https://github.com/orgs/pybricks/discussions. It would also be helpful to know more about the big picture of what you are actually trying to...

Since Debian stretch is no longer officially supported by Debian, the archive address changed. You will need to edit /etc/apt/sources.list on the EV3 to match https://github.com/ev3dev/docker-library/blob/master/ev3dev-stretch/layers/debian/etc/apt/sources.list Then run `sudo apt...

> Is there any plan to update EV3DEV to a more recent version of Debian? https://github.com/ev3dev/ev3dev/issues/1554

The key thing that appears to trigger the bug is setting 0x2210 bits_per_word=16 between the two sleep instructions. If we remove this and leave everything else the same, we don't...

I "fixed" the bug with this hack. Clearly not the right way :tm: to fix it, but I don't really know what I'm doing when it comes to HDL. :smile:...

I tested it and it fixes the sleep timing issue. :+1: And it doesn't appear to break data transfers either.