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
@ -264,7 +264,7 @@ by user [@mytrain](https://github.com/mytrain) and discussed in
|
||||
|
||||
If you prefer external terminal program, then for Windows users we can
|
||||
recommend free and handy
|
||||
`Termite <http://www.compuphase.com/software_termite.htm>`__.
|
||||
`Termite <https://www.compuphase.com/software_termite.htm>`__.
|
||||
|
||||
Nodemcu
|
||||
^^^^^^^
|
||||
@ -370,7 +370,7 @@ If this is still not the case, then review once more all discussed steps in the
|
||||
|
||||
* [ ] What is the name and version of your IDE and O/S?
|
||||
|
||||
If you are stuck at certain step, then post this list on `ESP8266 Community Forum <http://www.esp8266.com/>`__ asking for support.
|
||||
If you are stuck at certain step, then post this list on `ESP8266 Community Forum <https://www.esp8266.com/>`__ asking for support.
|
||||
|
||||
Conclusion
|
||||
~~~~~~~~~~
|
||||
@ -389,7 +389,7 @@ detailed upload log for inconsistencies with IDE settings.
|
||||
Verify your connection diagram and wave-form for consistency with
|
||||
selected reset method.
|
||||
|
||||
If you get stuck, then ask `community <http://www.esp8266.com/>`__ for
|
||||
If you get stuck, then ask `community <https://www.esp8266.com/>`__ for
|
||||
support providing summary of all completed checks.
|
||||
|
||||
.. figure:: pictures/a01-test-stand.jpg
|
||||
|
@ -120,7 +120,7 @@ ESP provides two watchdog timers (wdt) that observe application for lock
|
||||
up.
|
||||
|
||||
- **Software Watchdog** - provided by
|
||||
`SDK <http://bbs.espressif.com/viewforum.php?f=46>`__, that is part
|
||||
`SDK <https://bbs.espressif.com/viewforum.php?f=46>`__, that is part
|
||||
of `esp8266 / arduino <https://github.com/esp8266/Arduino>`__ core
|
||||
loaded to module together with your application.
|
||||
- **Hardware Watchdog** - build in ESP8266 hardware and acting if
|
||||
|
@ -3,7 +3,7 @@ FAQ
|
||||
|
||||
The purpose of this FAQ / Troubleshooting is to respond to questions
|
||||
commonly asked in `Issues <https://github.com/esp8266/Arduino/issues>`__
|
||||
section and on `ESP8266 Community forum <http://www.esp8266.com/>`__.
|
||||
section and on `ESP8266 Community forum <https://www.esp8266.com/>`__.
|
||||
|
||||
Where possible we are going right to the answer and provide it within
|
||||
one or two paragraphs. If it takes more than that, you will see a link
|
||||
|
Reference in New Issue
Block a user