1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +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

@ -291,9 +291,9 @@ If OTA update fails, first step is to check for error messages that may be shown
This window is for Arduino Yún and not yet implemented for esp8266/Arduino. It shows up because IDE is attempting to open Serial Monitor using network port you have selected for OTA upload.
Instead you need an external serial monitor. If you are a Windows user check out `Termite <http://www.compuphase.com/software_termite.htm>`__. This is handy, slick and simple RS232 terminal that does not impose RTS or DTR flow control. Such flow control may cause issues if you are using respective lines to toggle GPIO0 and RESET pins on ESP for upload.
Instead you need an external serial monitor. If you are a Windows user check out `Termite <https://www.compuphase.com/software_termite.htm>`__. This is handy, slick and simple RS232 terminal that does not impose RTS or DTR flow control. Such flow control may cause issues if you are using respective lines to toggle GPIO0 and RESET pins on ESP for upload.
Select COM port and baud rate on external terminal program as if you were using Arduino Serial Monitor. Please see typical settings for `Termite <http://www.compuphase.com/software_termite.htm>`__ below:
Select COM port and baud rate on external terminal program as if you were using Arduino Serial Monitor. Please see typical settings for `Termite <https://www.compuphase.com/software_termite.htm>`__ below:
.. figure:: termite-configuration.png
:alt: Termite settings
@ -380,8 +380,8 @@ You can use another module if it meets previously described `requirements <#basi
https://github.com/esp8266/Arduino#installing-with-boards-manager
- Host software depending on O/S you use:
1. Avahi http://avahi.org/ for Linux
2. Bonjour http://www.apple.com/support/bonjour/ for Windows
1. Avahi https://avahi.org/ for Linux
2. Bonjour https://www.apple.com/support/bonjour/ for Windows
3. Mac OSX and iOS - support is already built in / no any extra
s/w is required
@ -451,7 +451,7 @@ You can use another module if it meets previously described `requirements <#basi
:alt: Serial Monitor - after OTA update
Just after reboot you should see exactly the same message
``HTTPUpdateServer ready! Open http:// esp8266-webupdate.local /update in your browser``
``HTTPUpdateServer ready! Open http://esp8266-webupdate.local/update in your browser``
like in step 3. This is because module has been loaded again with the
same code first using serial port, and then using OTA.