Skip to content

Commit 30534c9

Browse files
committed
fix(docs): fix adc range extension patch name
1 parent 39479f0 commit 30534c9

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

docs/en/others/adc_range.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ How to Apply a Patch Based on ESP-IDF ``v4.4.8``
2424
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2525

2626
1. Please make sure ESP-IDF has been ``checked out`` to the ``v4.4.8``
27-
2. Please download file :download:`esp32s3_adc_range_to_3100.patch <../../_static/esp32s3_adc_range_to_3100.patch>` to anywhere you want
28-
3. Using command ``git am --signoff < esp32s3_adc_range_to_3100.patch`` to apply the patch to ESP-IDF
27+
2. Please download file :download:`esp32s3_adc_range_to_3300.patch <../../_static/esp32s3_adc_range_to_3300.patch>` to anywhere you want
28+
3. Using command ``git am --signoff < esp32s3_adc_range_to_3300.patch`` to apply the patch to ESP-IDF
2929

3030
How to Apply a Patch Based on ESP-IDF ``v5.3.1``
3131
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3232

3333
1. Please make sure ESP-IDF has been ``checked out`` to the ``v5.3.1``
34-
2. Please download file :download:`esp32s3_adc_range_to_3100_v531.patch <../../_static/esp32s3_adc_range_to_3100_v531.patch>` to anywhere you want
35-
3. Using command ``git am --signoff < esp32s3_adc_range_to_3100_v531.patch`` to apply the patch to ESP-IDF
34+
2. Please download file :download:`esp32s3_adc_range_to_3300_v531.patch <../../_static/esp32s3_adc_range_to_3300_v531.patch>` to anywhere you want
35+
3. Using command ``git am --signoff < esp32s3_adc_range_to_3300_v531.patch`` to apply the patch to ESP-IDF
3636

3737
API Guide
3838
-------------

docs/zh_CN/others/adc_range.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ Patch 使用方法
2424
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2525

2626
1. 确认 ESP-IDF 已经 ``checkout`` 到 ``v4.4.8``
27-
2. 下载 :download:`esp32s3_adc_range_to_3100.patch <../../_static/esp32s3_adc_range_to_3100.patch>` 文件
28-
3. 使用指令 ``git am --signoff < esp32s3_adc_range_to_3100.patch`` 将 Patch 应用到 IDF 中
27+
2. 下载 :download:`esp32s3_adc_range_to_3300.patch <../../_static/esp32s3_adc_range_to_3300.patch>` 文件
28+
3. 使用指令 ``git am --signoff < esp32s3_adc_range_to_3300.patch`` 将 Patch 应用到 IDF 中
2929
4. 请注意, 该方案仅对 ``esp_adc_cal_get_voltage`` 接口有效,用户可直接调用该接口获取扩展后的读数
3030

3131
基于 ESP-IDF ``v5.3.1`` 的 Patch 使用方法
3232
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3333

3434
1. 确认 ESP-IDF 已经 ``checkout`` 到 ``v5.3.1``
35-
2. 下载 :download:`esp32s3_adc_range_to_3100_v531.patch <../../_static/esp32s3_adc_range_to_3100_v531.patch>` 文件
36-
3. 使用指令 ``git am --signoff < esp32s3_adc_range_to_3100_v531.patch`` 将 Patch 应用到 IDF 中
35+
2. 下载 :download:`esp32s3_adc_range_to_3300_v531.patch <../../_static/esp32s3_adc_range_to_3300_v531.patch>` 文件
36+
3. 使用指令 ``git am --signoff < esp32s3_adc_range_to_3300_v531.patch`` 将 Patch 应用到 IDF 中
3737
4. 请注意, 该方案仅对 ``adc_oneshot_get_calibrated_result`` 接口有效,用户可直接调用该接口获取扩展后的读数
3838

3939
API 使用说明

tools/ci/astyle-rules.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ not_formatted_permanent:
3737
- "components/gui/lvgl_gui/"
3838
- "components/usb/usb_stream/test_apps/main/wave_1ch_16bits.c"
3939
- "components/utilities/xz/"
40-
- "docs/_static/esp32s3_adc_range_to_3100_v531.patch"
41-
- "docs/_static/esp32s3_adc_range_to_3100.patch"
40+
- "docs/_static/esp32s3_adc_range_to_3300_v531.patch"
41+
- "docs/_static/esp32s3_adc_range_to_3300.patch"
4242
- "docs/doxygen-known-warnings.txt"
4343
- "docs/sphinx-known-warnings.txt"
4444
- "examples/hmi/lvgl_coffee/"

0 commit comments

Comments
 (0)