Skip to content

Commit 034c2bc

Browse files
committed
change esp32 package json to stable one
1 parent a40e189 commit 034c2bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build_platform.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@
6565
BSP_URLS = (
6666
"https://adafruit.github.io/arduino-board-index/package_adafruit_index.json,"
6767
"http://arduino.esp8266.com/stable/package_esp8266com_index.json,"
68-
"https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json,"
68+
#"https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json," # esp32 beta release
69+
"https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json,"
6970
"https://sandeepmistry.github.io/arduino-nRF5/package_nRF5_boards_index.json,"
7071
"https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json,"
7172
"https://drazzy.good-enough.cloud/package_drazzy.com_index.json,"

0 commit comments

Comments
 (0)