mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-14 18:46:17 +00:00
This avoids trying to perform two DFU operations on the same device at one time. Flashing is so fast, this seems the better option than trying to support flashing more than one device at a time. Fixes: https://github.com/pybricks/support/issues/1146