Skip to content

Commit

Permalink
comment out drazzy
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed May 29, 2024
1 parent f4fe7ce commit 4a43df6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build_platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@

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"
",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"
)

# global exit code
Expand Down

0 comments on commit 4a43df6

Please sign in to comment.