Skip to content

Commit de72a03

Browse files
authored
docs(mirror): Add Chinese mirror links (#11317)
1 parent d63b876 commit de72a03

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

docs/en/installing.rst

+15
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ Before Installing
1010
We recommend you install the support using your favorite IDE, but other options are available depending on your operating system.
1111
To install Arduino-ESP32 support, you can use one of the following options.
1212

13+
.. note::
14+
Users in China might have troubles with connection and download speeds using GitHub. Please use our Jihulab mirror as the repository source:
15+
16+
``https://jihulab.com/esp-mirror/espressif/arduino-esp32.git``
17+
1318
Installing using Arduino IDE
1419
----------------------------
1520

@@ -32,6 +37,16 @@ This is the way to install Arduino-ESP32 directly from the Arduino IDE.
3237
https://espressif.github.io/arduino-esp32/package_esp32_dev_index.json
3338

3439

40+
Users in China might have troubles with connection and download speeds using the links above. Please use our Jihulab mirror:
41+
42+
- Stable release link::
43+
44+
https://jihulab.com/esp-mirror/espressif/arduino-esp32/-/raw/gh-pages/package_esp32_index_cn.json
45+
46+
- Development release link::
47+
48+
https://jihulab.com/esp-mirror/espressif/arduino-esp32/-/raw/gh-pages/package_esp32_dev_index_cn.json
49+
3550
.. note::
3651
Starting with the Arduino IDE version 1.6.4, Arduino allows installation of third-party platform
3752
packages using Boards Manager. We have packages available for Windows, macOS, and Linux.

docs/en/troubleshooting.rst

+17
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,23 @@ Installing
1414

1515
Here are the common issues during the installation.
1616

17+
Slow or unstable downloads
18+
**************************
19+
20+
Users in China might have troubles with connection and download speeds using GitHub. Please use our Jihulab mirror as the repository source:
21+
22+
`https://jihulab.com/esp-mirror/espressif/arduino-esp32.git <https://jihulab.com/esp-mirror/espressif/arduino-esp32.git>`_
23+
24+
JSON files for the boards manager are available here:
25+
26+
- Stable release::
27+
28+
https://jihulab.com/esp-mirror/espressif/arduino-esp32/-/raw/gh-pages/package_esp32_index_cn.json
29+
30+
- Development release::
31+
32+
https://jihulab.com/esp-mirror/espressif/arduino-esp32/-/raw/gh-pages/package_esp32_dev_index_cn.json
33+
1734
Building
1835
--------
1936

0 commit comments

Comments
 (0)