Skip to content

Commit b10ed77

Browse files
authored
Update boards_manager.md
1 parent 4638628 commit b10ed77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/arduino-ide/boards_manager.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Starting with 1.6.4, Arduino allows installation of third-party platform package
55

66
- Install the current upstream Arduino IDE at the 1.8 level or later. The current version is at the [Arduino website](http://www.arduino.cc/en/main/software).
77
- Start Arduino and open Preferences window.
8-
- Enter ```https://dl.espressif.com/dl/package_esp32_index.json``` into *Additional Board Manager URLs* field. You can add multiple URLs, separating them with commas.
8+
- Enter `https://espressif.github.io/arduino-esp32/package_esp32_index.json` or `https://espressif.github.io/arduino-esp32/package_esp32_dev_index.json` into *Additional Board Manager URLs* field. You can add multiple URLs, separating them with commas.
99
- Open Boards Manager from Tools > Board menu and install *esp32* platform (and don't forget to select your ESP32 board from Tools > Board menu after installation).
1010

11-
Stable release link: `https://dl.espressif.com/dl/package_esp32_index.json`
11+
Stable release link: `https://espressif.github.io/arduino-esp32/package_esp32_index.json`
1212

1313
Development release link: `https://espressif.github.io/arduino-esp32/package_esp32_dev_index.json`

0 commit comments

Comments
 (0)