mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 01:23:52 +00:00
This adds a timeout while waiting for the checksum from the hub when downloading and running a program. Without this, we can get stuck in the "loading" state if the hub doesn't respond as expected. This can happen, for example, if a program is started with the hub button at the same time as the start button in Pybricks Code is pressed. Issue: https://github.com/pybricks/support/issues/301