10000 remove broken rp2040 · jobitjoseph/arduinoWebSockets@d5f0d3c · GitHub
[go: up one dir, main page]

Skip to content

Commit d5f0d3c

Browse files
committed
remove broken rp2040
1 parent 0e127c9 commit d5f0d3c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

travis/common.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,10 @@ function get_sketches_json_matrix()
105105
}
106106

107107
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"
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

115114
function get_core()

0 commit comments

Comments
 (0)
0