File tree 2 files changed +32
-0
lines changed
2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ Before Installing
10
10
We recommend you install the support using your favorite IDE, but other options are available depending on your operating system.
11
11
To install Arduino-ESP32 support, you can use one of the following options.
12
12
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
+
13
18
Installing using Arduino IDE
14
19
----------------------------
15
20
@@ -32,6 +37,16 @@ This is the way to install Arduino-ESP32 directly from the Arduino IDE.
32
37
https://espressif.github.io/arduino-esp32/package_esp32_dev_index.json
33
38
34
39
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
+
35
50
.. note ::
36
51
Starting with the Arduino IDE version 1.6.4, Arduino allows installation of third-party platform
37
52
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
14
14
15
15
Here are the common issues during the installation.
16
16
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
+
17
34
Building
18
35
--------
19
36
You can’t perform that action at this time.
0 commit comments