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

Automatic board selection #81

Closed
AndriuxaNoMercy opened this issue Nov 9, 2020 · 2 comments
Closed

Automatic board selection #81

AndriuxaNoMercy opened this issue Nov 9, 2020 · 2 comments
Assignees
Labels
conclusion: resolved Issue was resolved topic: code Related to content of the project itself type: enhancement Proposed improvement

Comments

@AndriuxaNoMercy
Copy link

Would be great to have last used board stored and loaded on IDE start-up.
What could be even more awesome is an option to #define board prefered for current sketch.

Picking up first available COM port automatically would probably suit at least half of users, as there is rarely several boards bphisically attached to PC...

@kittaakos
Copy link
Contributor

Thank you for your input, @AndriuxaNoMercy

Would be great to have last used board stored and loaded on IDE start-up.

We restore the last selected board if it was available as an attached one.

What could be even more awesome is an option to #define board prefered for current sketch.

This is a work in progress with the sketch.json. See here.

Picking up first available COM port automatically would probably suit at least half of users

If it would work only for half of the users, probably we need a better strategy than picking the first COM port.

Also related: https://github.com/arduino/arduino-pro-ide/issues/338

@rsora rsora transferred this issue from arduino/arduino-pro-ide Mar 1, 2021
@silvanocerza silvanocerza added the type: enhancement Proposed improvement label Mar 1, 2021
@per1234
Copy link
Contributor

per1234 commented Nov 1, 2021

Would be great to have last used board stored and loaded on IDE start-up.

Fixed by c86d82d

What could be even more awesome is an option to #define board prefered for current sketch.

There is a dedicated issue for this subject: #2438

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conclusion: resolved Issue was resolved topic: code Related to content of the project itself type: enhancement Proposed improvement
Projects
None yet
Development

No branches or pull requests

4 participants