Skip to content

Commit e342692

Browse files
authored
Merge pull request #162 from caternuson/revert_pr158
Put back megatinycore BSP URL
2 parents 8947491 + 1590a2d commit e342692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build_platform.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
"rp2040_platforms" : ("pico_rp2040", "feather_rp2040")
189189
}
190190

191-
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"
191+
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"
192192

193193
class ColorPrint:
194194

0 commit comments

Comments
 (0)