This repository was archived by the owner on Oct 22, 2021. It is now read-only.
This repository was archived by the owner on Oct 22, 2021. It is now read-only.
Always "no board selected" #369
Closed
Description
Describe the bug
Every time I open the IDE "no board selected" appears at the top of the screen, even if a board was selected when the sketch was saved. I then have to go in through the "Select Other Board & Port" function and search for the board.
To Reproduce
- Create a new sketch.
- Select a board for the sketch.
- Save the sketch.
- Close the IDE.
- Open the IDE (which re-opens the previously-saved sketch).
Expected behaviour
Board that was selected in step 2 is still selected.
Actual behaviour
no board selected
appears at the top of the screen, and warnings appear about any libraries that are part of the selected Core being missing.
Environment
- OS: Windows 10 Pro
- Version: 0.1.2
Additional context
- I'm using the "ATtiny25/45/85 (No bootloader)" board from ATtinyCore with a USBtinyISP-based programmer; no ports are detected, and once selected the board appears in the top bar with a red "X" beside it (although my understanding is that both of these are normal when using a programmer?).
- Thankfully, after re-selecting the board, all of the other board-based settings (chip, clock, programmer type, etc.) appear to be their previously-saved values (and not defaults).
- For what it's worth I've had no trouble compiling or uploading, it's just annoying to have to re-find the board every time.