-
-
Notifications
You must be signed in to change notification settings - Fork 522
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
Disable MCU selection box if BIN file is loaded #187
Comments
I think we will need to refactor the bootloader detection process so that it only picks up the first device it finds. Then depending on which bootloader that is, it will be much simpler to set the state of the dropdown. |
Yeah, I'd prefer that, my other thought along the same lines had been to check the |
What about the tada, that uses a bin? |
tada doesn't use toolbox, it uses file manager |
I feel like it should be disabled until it's needed. It's pretty confusing and only actually needed in a limited number of circumstances. |
Feature Request Type
Description
For people flashing to non-AVR devices, the MCU dropdown can still be confusing, even though it says
(AVR only)
. Might be a good idea to disable the box if a .bin file is loaded in or do some other detection method if someone has a better idea.The text was updated successfully, but these errors were encountered: