Home > Software engineering >  "VsCode arduino extension": Cannot select board type
"VsCode arduino extension": Cannot select board type

Time:04-18

There is no board that I can select. Arduino Board Configuration Panel

What else can I check or what settings might lead to an empty board selector?

CodePudding user response:

Try downloading the boards package:

Open the command palette (ctrl shift p). Enter "arduino: board manager" and hit enter. Find the package that suits your board, and click install. Wait for it to finish. Now you can come back to the "Select Board" menu and select your board.

  • Related