From c8fcca6811077b8d2bc49fb47f62d87ef7e83f2c Mon Sep 17 00:00:00 2001 From: ladyada Date: Tue, 12 Sep 2023 12:37:34 -0400 Subject: [PATCH] until BSP link is fixed --- build_platform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_platform.py b/build_platform.py index f4be3827..8141ceeb 100644 --- a/build_platform.py +++ b/build_platform.py @@ -176,7 +176,7 @@ "rp2040_platforms" : ("pico_rp2040", "feather_rp2040") } -BSP_URLS = "https://adafruit.github.io/arduino-board-index/package_adafruit_index.json,http://arduino.esp8266.com/stable/package_esp8266com_index.json,https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json,https://sandeepmistry.github.io/arduino-nRF5/package_nRF5_boards_index.json,https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json,http://drazzy.com/package_drazzy.com_index.json" +BSP_URLS = "https://adafruit.github.io/arduino-board-index/package_adafruit_index.json,http://arduino.esp8266.com/stable/package_esp8266com_index.json,https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json,https://sandeepmistry.github.io/arduino-nRF5/package_nRF5_boards_index.json,https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json" class ColorPrint: