Skip to content

Commit 048b265

Browse files
authored
Update boards_manager.md
1 parent b10ed77 commit 048b265

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

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

+7-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
Installation instructions using Arduino IDE Boards Manager
2-
==========================================================
1+
## Installation instructions using Arduino IDE Boards Manager
2+
### ==========================================================
33

4-
Starting with 1.6.4, Arduino allows installation of third-party platform packages using Boards Manager. We have packages available for Windows, Mac OS, and Linux (32 and 64 bit).
4+
- Stable release link: `https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json`
5+
- Development release link: `https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json`
6+
7+
Starting with 1.6.4, Arduino allows installation of third-party platform packages using Boards Manager. We have packages available for Windows, Mac OS, and Linux (32, 64 bit and ARM).
58

69
- 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).
710
- Start Arduino and open Preferences window.
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.
11+
- Enter one of the release links above into *Additional Board Manager URLs* field. You can add multiple URLs, separating them with commas.
912
- 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).
10-
11-
Stable release link: `https://espressif.github.io/arduino-esp32/package_esp32_index.json`
12-
13-
Development release link: `https://espressif.github.io/arduino-esp32/package_esp32_dev_index.json`

0 commit comments

Comments
 (0)