File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -105,11 +105,10 @@ function get_sketches_json_matrix()
105
105
}
106
106
107
107
function get_core_cli() {
108
- export ARDUINO_BOARD_MANAGER_ADDITIONAL_URLS=" https://arduino.esp8266.com/stable/package_esp8266com_index.json https://espressif.github.io/arduino-esp32/package_esp32_index.json https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json "
108
+ export ARDUINO_BOARD_MANAGER_ADDITIONAL_URLS=" https://arduino.esp8266.com/stable/package_esp8266com_index.json https://espressif.github.io/arduino-esp32/package_esp32_index.json"
109
109
arduino-cli core update-index
110
110
arduino-cli core install esp8266:esp8266
111
111
arduino-cli core install esp32:esp32
112
- arduino-cli core install arduino:mbed_rp2040
113
112
}
114
113
115
114
function get_core()
You can’t perform that action at this time.
0 commit comments