@@ -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.
0 commit comments