change esp32 package json to stable one
This commit is contained in:
parent
a40e18918d
commit
034c2bcf74
1 changed files with 2 additions and 1 deletions
|
|
@ -65,7 +65,8 @@ CHECK = u'\N{check mark}'
|
||||||
BSP_URLS = (
|
BSP_URLS = (
|
||||||
"https://adafruit.github.io/arduino-board-index/package_adafruit_index.json,"
|
"https://adafruit.github.io/arduino-board-index/package_adafruit_index.json,"
|
||||||
"http://arduino.esp8266.com/stable/package_esp8266com_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://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json," # esp32 beta release
|
||||||
|
"https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json,"
|
||||||
"https://sandeepmistry.github.io/arduino-nRF5/package_nRF5_boards_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,"
|
"https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json,"
|
||||||
"https://drazzy.good-enough.cloud/package_drazzy.com_index.json,"
|
"https://drazzy.good-enough.cloud/package_drazzy.com_index.json,"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue