-
-
Notifications
You must be signed in to change notification settings - Fork 431
network
boards not shown in board selector dropdown
#1327
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
Comments
IDE2 renders non-serial ports only if the board is recognized by the CLI. I do not know why but here is the change. |
Same code twice: 74bfdc4#diff-e42c82bb67e277cfa4598239952afd65db44dba55dc7d68df619dfccfa648279R415-R423. It should be cleaned up once we figure out why it is there. |
I am not very knowledgeable on the subject of network ports (mostly because I have not been able to use them on Windows due to arduino/mdns-discovery#25), but maybe it was related to this:
|
Otherwise, unrecognized network boards are ignored by IDE2. Closes arduino#1327 Signed-off-by: Akos Kitta <[email protected]>
Otherwise, unrecognized network boards are ignored by IDE2. Closes arduino#1327 Signed-off-by: Akos Kitta <[email protected]>
network
boards in the dropdownnetwork
boards not shown in board selector dropdown
Describe the problem
@ubidefeo reported:
To reproduce
I have neither the exact steps nor a board, but I have the JSON produced by the CLI when attaching/detaching the board.
ino-cli board list -w --format json
:Detach:
Attach:
Expected behavior
The
network
board shows up in the board select dropdown.Arduino IDE version
Version: 2.0.0-rc9.2-nightly-20220816 Date: 2022-08-16T03:34:58.538Z CLI Version: git-snapshot [6e007379] Copyright © 2022 Arduino SA
Operating system
macOS
Operating system version
12.3.1
Additional context
Related: arduino/mdns-discovery#25
Issue checklist
The text was updated successfully, but these errors were encountered: