-
-
Notifications
You must be signed in to change notification settings - Fork 398
Provide a way to query only usb boards #92
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
This would also make me very happy. I have developed a small web-based tool around the Arduino-CLI, and this option would make things more predictable. In the interface users are prompted to plug in their arduino. It would be odd if network based devices could 'magically' show up without them having plugged anything into the USB port yet. |
at the moment the network discovery is disabled. Will keep the issue open for when the network/pluggable discovery will be re-added. see #344 |
Encapsulate provision of time within one single object
In the meantime we added back the network discovery, the defualt discovery timout is 1 second, but if you like you can specify it with |
In many cases I know that my arduino board is connected via USB (not network). It seems that is currently not possible to look only for usb boards using
arduino-cli board list
. This would be convenient to reduce the discovery time.The text was updated successfully, but these errors were encountered: