From d5f0d3c4b5e458be5ec8efc2dd230833ed93c8ee Mon Sep 17 00:00:00 2001 From: Links2004 Date: Mon, 17 Jun 2024 16:41:53 +0200 Subject: [PATCH] remove broken rp2040 --- travis/common.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/travis/common.sh b/travis/common.sh index c5a96f5..743c460 100644 --- a/travis/common.sh +++ b/travis/common.sh @@ -105,11 +105,10 @@ function get_sketches_json_matrix() } function get_core_cli() { - 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" + 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" arduino-cli core update-index arduino-cli core install esp8266:esp8266 arduino-cli core install esp32:esp32 - arduino-cli core install arduino:mbed_rp2040 } function get_core()