Skip to content

docs(mirror): Add Chinese mirror links #11317

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions docs/en/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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
----------------------------

Expand All @@ -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


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::
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.
Expand Down
17 changes: 17 additions & 0 deletions docs/en/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,23 @@ Installing

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
--------

Expand Down
Loading