mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-27 18:02:17 +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:
committed by
GitHub
parent
0da6906499
commit
93ef9e7005
@ -6,8 +6,8 @@ What to Download
|
||||
|
||||
- `arduino IDE <https://www.arduino.cc/en/Main/Software>`__
|
||||
- `Eclipse IDE for C/C++
|
||||
Developers <http://www.eclipse.org/downloads/packages/eclipse-ide-cc-developers/oxygen3a>`__
|
||||
- `Java <http://www.java.com/>`__
|
||||
Developers <https://www.eclipse.org/downloads/packages/eclipse-ide-cc-developers/oxygen3a>`__
|
||||
- `Java <https://www.java.com/>`__
|
||||
|
||||
Setup Arduino
|
||||
~~~~~~~~~~~~~
|
||||
@ -18,8 +18,8 @@ See the
|
||||
Setup Eclipse
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
- `step 1 <http://www.baeyens.it/eclipse/how_to.shtml#/c>`__
|
||||
- `step 2 <http://www.baeyens.it/eclipse/how_to.shtml#/e>`__
|
||||
- `step 1 <https://www.baeyens.it/eclipse/how_to.shtml#/c>`__
|
||||
- `step 2 <https://www.baeyens.it/eclipse/how_to.shtml#/e>`__
|
||||
- go to Window --> preferences --> Arduino
|
||||
- add as private hardware path the Part to the ESP8266
|
||||
|
||||
|
Reference in New Issue
Block a user