File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ How to Apply a Patch Based on ESP-IDF ``v4.4.8``
2424^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2525
26261. 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
3030How to Apply a Patch Based on ESP-IDF ``v5.3.1 ``
3131^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3232
33331. 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
3737API Guide
3838-------------
Original file line number Diff line number Diff line change @@ -24,16 +24,16 @@ Patch 使用方法
2424^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2525
26261. 确认 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 中
29294. 请注意, 该方案仅对 ``esp_adc_cal_get_voltage `` 接口有效,用户可直接调用该接口获取扩展后的读数
3030
3131基于 ESP-IDF ``v5.3.1 `` 的 Patch 使用方法
3232^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3333
34341. 确认 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 中
37374. 请注意, 该方案仅对 ``adc_oneshot_get_calibrated_result `` 接口有效,用户可直接调用该接口获取扩展后的读数
3838
3939API 使用说明
Original file line number Diff line number Diff 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/"
You can’t perform that action at this time.
0 commit comments