microsoft / vscode-arduino

Visual Studio Code extension for Arduino
Other
1.17k stars 223 forks source link

When connecting the LOLIN(Wemos) D1 R2 it is falsely identified as D1 R1 #1029

Open larsschellhas opened 4 years ago

larsschellhas commented 4 years ago

This results in the suggestions to change the configured to board to the wrong configuration.

This is on:

Reproducible steps:

  1. Plug your board out
  2. Open VS Code with your already configured board settings
    • LOLIN(Wemos) D1 R2 & mini
  3. Plug your board in

You will get this notification: image

As the board was identified wrongly, I would actually expect it to be identified correctly and, therefore, not telling me to switch to the wrong board.

hellyzh commented 4 years ago

Usb detection for D1 R2 is not supported, you can manually switch board and click "Don't ask again".

larsschellhas commented 4 years ago

Thanks, of course, I already did this. I just thought it would be better to

  1. support D1 R2 or
  2. don't show a message, when it's connected.

But I guess, both would require the same amount of work, if possible.