JetBrains / intellij-micropython

Plugin for MicroPython devices in PyCharm and IntelliJ
https://plugins.jetbrains.com/plugin/9777-micropython
Apache License 2.0
510 stars 106 forks source link

Detect button does not work #316

Open Omid888 opened 3 months ago

Omid888 commented 3 months ago

In the settings > languages & frameworks > micropython, the Detect button, which is expected to return a list of connected devices, does not work. Not even a failure or warning is shown. I suggest removing the button till the complete implementation, since it would be misleading for many developers and waste their time.

Thank you.

Omid888 commented 3 months ago

@Luky557

I have 2 Raspberrypis connected to my computer (one as master and one as slave, programming them together). After struggling with them for long minutes, I found out that pressing detect button the first 2 times returns correct addresses. But when trying to press it one more time to go to the previous option it does not work.

Generally, If it could show a list, there would have been a nice and better control on connected devices.