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()
105105}
106106
107107function 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"
109109 arduino-cli core update-index
110110 arduino-cli core install esp8266:esp8266
111111 arduino-cli core install esp32:esp32
112- arduino-cli core install arduino:mbed_rp2040
113112}
114113
115114function get_core()
You can’t perform that action at this time.
0 commit comments