how to disable index download in arduino ide #2498
-
hello, I am currently having an issue using arduino ide with "https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json" in additional boards is there any way to use the pico-core without waiting to download index? |
Beta Was this translation helpful? Give feedback.
Answered by
earlephilhower
Sep 27, 2024
Replies: 1 comment 1 reply
-
You can remove the url from the boards manager and use git manually to install. The Readme and docs have the commands. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
polys96
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can remove the url from the boards manager and use git manually to install. The Readme and docs have the commands.