docs: Update CN translation for idf-py.rst

This commit is contained in:
Shen Mengjing
2026-01-09 10:42:40 +08:00
committed by Marek Fiala
parent a0685f893f
commit 2224e862a6
+2 -2
View File
@@ -295,9 +295,9 @@ uf2 二进制文件也可以通过 :ref:`idf.py uf2 <generate-uf2-binary>` 生
flash --baud 115200
运行命令:``idf.py @custom_flash.txt monitor``
运行命令:``idf.py "@custom_flash.txt" monitor``
文件中的参数可以与额外的命令行参数结合使用,也支持同时使用带有 ``@`` 标注的多个文件。例如,另有一个文件 ``another_config.txt``,此时,可以通过指定 ``idf.py @custom_flash.txt @another_config.txt monitor`` 同时使用两个文件。
文件中的参数可以与额外的命令行参数结合使用,也支持同时使用带有 ``@`` 标注的多个文件。例如,另有一个文件 ``another_config.txt``,此时,可以通过指定 ``idf.py "@custom_flash.txt" "@another_config.txt" monitor`` 同时使用两个文件。
关于参数文件的更多示例,如通过 @filename 创建配置文件概要,请参阅 :example_file:`多个构建配置示例 <build_system/cmake/multi_config/README.md>`