1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-29 05:21:37 +03:00

Upgrade to https: serving for JSON, links in docs (#5992)

* Upgrade to https: serving for JSON, links in docs

Fixes #5480

* Update boards.rst documentation

* Update more documentation http: refs to https:

* Remove obsolete staging info

* Drop obsolete versions from JSON programatically

After the final merge is done on the JSON, strip out any named versions
from the final product.

Removing 1.6.5-* and 2.5.0-beta(1,2,3) for now.

* Remove 2.4.0-rc(0/1) from JSON, too
This commit is contained in:
Earle F. Philhower, III
2019-04-30 23:55:03 -07:00
committed by GitHub
parent 0da6906499
commit 93ef9e7005
22 changed files with 99 additions and 60 deletions

View File

@ -18,7 +18,7 @@ Instructions
- Start Arduino and open Preferences window.
- Enter
``http://arduino.esp8266.com/stable/package_esp8266com_index.json``
``https://arduino.esp8266.com/stable/package_esp8266com_index.json``
into *Additional Board Manager URLs* field. You can add multiple
URLs, separating them with commas.
- Open Boards Manager from Tools > Board menu and find *esp8266*
@ -28,11 +28,6 @@ Instructions
- Don't forget to select your ESP8266 board from Tools > Board menu
after installation.
You may optionally use *staging* boards manager package link:
``http://arduino.esp8266.com/staging/package_esp8266com_index.json``.
This may contain some new features, but at the same time, some things
might be broken.
For more information on the Arduino Board Manager, see:
- https://www.arduino.cc/en/guide/cores
@ -48,7 +43,7 @@ Prerequisites
- Arduino 1.6.8 (or newer, current working version is 1.8.5)
- git
- Python 2.7 (http://python.org)
- Python 2.7 (https://python.org)
- terminal, console, or command prompt (depending on your OS)
- Internet connection