File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 63
63
CHECK = u'\N{check mark} '
64
64
65
65
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
- ", https://drazzy.good-enough.cloud/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
+ "https://drazzy.good-enough.cloud/package_drazzy.com_index.json"
72
72
)
73
73
74
74
# global exit code
You can’t perform that action at this time.
0 commit comments