Skip to content

Commit 4a43df6

Browse files
committed
comment out drazzy
1 parent f4fe7ce commit 4a43df6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build_platform.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@
6464

6565
BSP_URLS = (
6666
"https://adafruit.github.io/arduino-board-index/package_adafruit_index.json,"
67-
"http://arduino.esp8266.com/stable/package_esp8266com_index.json,"
68-
"https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json,"
69-
"https://sandeepmistry.github.io/arduino-nRF5/package_nRF5_boards_index.json,"
70-
"https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json,"
71-
"http://drazzy.com/package_drazzy.com_index.json"
67+
",http://arduino.esp8266.com/stable/package_esp8266com_index.json"
68+
",https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json"
69+
",https://sandeepmistry.github.io/arduino-nRF5/package_nRF5_boards_index.json"
70+
",https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json"
71+
#",http://drazzy.com/package_drazzy.com_index.json"
7272
)
7373

7474
# global exit code

0 commit comments

Comments
 (0)