Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a9862b4

Browse filesBrowse files
Updating boards_manager.md
1 parent d158ed3 commit a9862b4
Copy full SHA for a9862b4

File tree

Expand file treeCollapse file tree

1 file changed

+7
-8
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-8
lines changed

‎docs/arduino-ide/boards_manager.md

Copy file name to clipboard
+7-8Lines changed: 7 additions & 8 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.