Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Устройства с Bootloader не могут прошиваться параллельно друг другу #18

Open
Roundabout1 opened this issue Apr 18, 2024 · 0 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@Roundabout1
Copy link
Collaborator

В отличии от остальных, устройства с Bootloader (типа Arduino Micro) не могут прошиваться одновременно с другими. Если поступит запрос от двух и более клиентов на прошивку различных Arduino Micro, то они будут прошиваться в порядке очереди. Ограничение было введено из-за того, что загрузчик может опознавать bootloader только по его PID и VID. Одинаковые Arduino Micro (в режиме Bootloader) имеют одинаковые PID и VID, поэтому их не удаётся отличить друг от друга.

@Roundabout1 Roundabout1 added enhancement New feature or request question Further information is requested labels Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant