docs(mirror): Add Chinese mirror links (#11317)
This commit is contained in:
parent
d63b876f93
commit
de72a03ca5
2 changed files with 32 additions and 0 deletions
|
|
@ -10,6 +10,11 @@ Before Installing
|
||||||
We recommend you install the support using your favorite IDE, but other options are available depending on your operating system.
|
We recommend you install the support using your favorite IDE, but other options are available depending on your operating system.
|
||||||
To install Arduino-ESP32 support, you can use one of the following options.
|
To install Arduino-ESP32 support, you can use one of the following options.
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
Users in China might have troubles with connection and download speeds using GitHub. Please use our Jihulab mirror as the repository source:
|
||||||
|
|
||||||
|
``https://jihulab.com/esp-mirror/espressif/arduino-esp32.git``
|
||||||
|
|
||||||
Installing using Arduino IDE
|
Installing using Arduino IDE
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
||||||
|
|
@ -32,6 +37,16 @@ This is the way to install Arduino-ESP32 directly from the Arduino IDE.
|
||||||
https://espressif.github.io/arduino-esp32/package_esp32_dev_index.json
|
https://espressif.github.io/arduino-esp32/package_esp32_dev_index.json
|
||||||
|
|
||||||
|
|
||||||
|
Users in China might have troubles with connection and download speeds using the links above. Please use our Jihulab mirror:
|
||||||
|
|
||||||
|
- Stable release link::
|
||||||
|
|
||||||
|
https://jihulab.com/esp-mirror/espressif/arduino-esp32/-/raw/gh-pages/package_esp32_index_cn.json
|
||||||
|
|
||||||
|
- Development release link::
|
||||||
|
|
||||||
|
https://jihulab.com/esp-mirror/espressif/arduino-esp32/-/raw/gh-pages/package_esp32_dev_index_cn.json
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
Starting with the Arduino IDE version 1.6.4, Arduino allows installation of third-party platform
|
Starting with the Arduino IDE version 1.6.4, Arduino allows installation of third-party platform
|
||||||
packages using Boards Manager. We have packages available for Windows, macOS, and Linux.
|
packages using Boards Manager. We have packages available for Windows, macOS, and Linux.
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,23 @@ Installing
|
||||||
|
|
||||||
Here are the common issues during the installation.
|
Here are the common issues during the installation.
|
||||||
|
|
||||||
|
Slow or unstable downloads
|
||||||
|
**************************
|
||||||
|
|
||||||
|
Users in China might have troubles with connection and download speeds using GitHub. Please use our Jihulab mirror as the repository source:
|
||||||
|
|
||||||
|
`https://jihulab.com/esp-mirror/espressif/arduino-esp32.git <https://jihulab.com/esp-mirror/espressif/arduino-esp32.git>`_
|
||||||
|
|
||||||
|
JSON files for the boards manager are available here:
|
||||||
|
|
||||||
|
- Stable release::
|
||||||
|
|
||||||
|
https://jihulab.com/esp-mirror/espressif/arduino-esp32/-/raw/gh-pages/package_esp32_index_cn.json
|
||||||
|
|
||||||
|
- Development release::
|
||||||
|
|
||||||
|
https://jihulab.com/esp-mirror/espressif/arduino-esp32/-/raw/gh-pages/package_esp32_dev_index_cn.json
|
||||||
|
|
||||||
Building
|
Building
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue