Commit a7ac687d authored by aohui.li's avatar aohui.li 😋

README

parent 8fcc173a
# 工具
> 用于esp32的efuse烧录
## 如何调试
主程序: ```auto.py```
> 1. 安装 python3.10
> 2. 安装依赖 `pip install -r requirements.txt`
> 3. 运行 `python auto.py`
## 如何打包
```bash
python auto.spec
```
> 打包后的程序,需要放在与`config.json`文件同级目录下,并且需要`WIT_HW30.bin`文件,可参考`Release`完整可使用的压缩包内容。
```cmd
Mode LastWriteTime Length Name
---- ------------- ------ ----
-a---- 2025/8/5 15:54 175 config.json
-a---- 2025/7/9 11:34 32 WIT_HW30.bin
-a---- 2025/8/5 16:00 15240791 wt_efuse.exe
-a---- 2025/8/5 16:02 127010 如何使用.pdf
```
## 打包后如何使用
1. 打开`config.json`文件
2. 配置端口,如`"COM123"` (其他参数暂不修改)
3. 双击运行 `wt_efuse.exe`
4. 等待烧录完成即可
\ No newline at end of file
esptool==5.0.2
pyinstaller==6.15.0
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment