You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running arduino-cli-0.2.0-alpha.preview-osx board install does not list installed boards (i would assume this command lists FQBNs of all board names from boards.txt files).
The text was updated successfully, but these errors were encountered:
At least board install should install new boards (but this is already achieved by core install).
As said by @acidobinario the command you're looking for is board listall.
* Removing enum class CloudProtocol since the 'decode' function decodes both V1/V2 and encoding will only happen in V2 anymore. Decoding for V2 shall be removed at a later point in time
* Reapplying changes of PR #11 (refactoring)(8d773a4c2d8360fedd2cf6b881630baf98338cc6) which somehow got lost in the merges
Running
arduino-cli-0.2.0-alpha.preview-osx board install
does not list installed boards (i would assume this command lists FQBNs of all board names from boards.txt files).The text was updated successfully, but these errors were encountered: