[IDE 2.0.0-beta5] Why doesn't IDE have network ports?

Hi @heniugg. Unfortunately, currently only serial ports are supported by Arduino IDE 2.x: Network port support 路 Issue #123 路 arduino/arduino-ide 路 GitHub This limitation actually comes from the Arduino CLI tool that handles all the non-GUI related tasks for Arduino IDE 2.x. So network discovery must first be added to Arduino CLI. After that, it should quickly be possible to do the same in Arduino IDE 2.x.

It seems that this has not yet been resolved :expressionless: