-
-
Notifications
You must be signed in to change notification settings - Fork 398
How to add URL for other boards? #5
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
I have the same question. I tried editing ./.cli-config.yml manually to edit the |
You can find the correct config names in yaml_serializer.go: it's
|
Thanks, I tried it and it works fine. |
Reconfigure taskfile to avoid global golint dependency
I see board_manager in .cli_config.yml but I cannot figure out the syntax to add a board URL for Adafruit or ESP8266.
The IDE can do this from the command line like this. I am converting a script using the IDE command line to the new arduino-cli.
./arduino --pref "boardsmanager.additional.urls=https://adafruit.github.io/arduino-board-index/package_adafruit_index.json" --save-prefs
The text was updated successfully, but these errors were encountered: