mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-18 06:35:35 +03:00
fix: renamed partool.py -> parttool.py
This commit is contained in:
@@ -232,7 +232,7 @@ Python API
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
# 创建 partool.py 的目标设备,并将目标设备连接到串行端口 /dev/ttyUSB1
|
||||
# 创建 parttool.py 的目标设备,并将目标设备连接到串行端口 /dev/ttyUSB1
|
||||
target = OtatoolTarget("/dev/ttyUSB1")
|
||||
|
||||
现在,可使用创建的 `OtatoolTarget` 在目标设备上完成操作:
|
||||
|
||||
Reference in New Issue
Block a user