File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ Before Installing
1010We recommend you install the support using your favorite IDE, but other options are available depending on your operating system.
1111To 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+
1318Installing 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.
Original file line number Diff line number Diff line change @@ -14,6 +14,23 @@ Installing
1414
1515Here 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+
1734Building
1835--------
1936
You can’t perform that action at this time.
0 commit comments