Skip to content

Commit f03b9d8

Browse files
committed
comment out drazzy
1 parent f4fe7ce commit f03b9d8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build_platform.py

+6-6
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@
6363
CHECK = u'\N{check mark}'
6464

6565
BSP_URLS = (
66-
"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"
66+
"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"
7272
)
7373

7474
# global exit code

0 commit comments

Comments
 (0)