fprime-community / fprime-tutorial-arduino-blinker

https://fprime-community.github.io/fprime-tutorial-arduino-blinker/
Apache License 2.0
2 stars 7 forks source link

use `arduino-cli config add` for adding urls to board manager #2

Closed capsulecorplab closed 1 year ago

capsulecorplab commented 1 year ago

Use arduino-cli config add to add urls to board manager after running arduino-cli config init from Setup arduino-cli for Teensy and Adafruit boards, instead of having to open a text editor and add urls to arduino-cli.yaml manually

Screenshot from 2023-07-19 18-33-02

ethancheez commented 1 year ago

Thank you for the suggestion @capsulecorplab! I will definitely make that change. I also noticed I didn't document the board manager URL for the RPi Pico W, so I will also add that to the list.

ethancheez commented 1 year ago

Change has been made, closing issue.