smart-home/ziyuan/monitor.ps1
2026-02-26 09:16:34 +08:00

7 lines
498 B
PowerShell

Write-Host "========================================" -ForegroundColor Green
Write-Host " ESP32 串口监视器 - 按 Ctrl+C 退出" -ForegroundColor Green
Write-Host "========================================" -ForegroundColor Green
Write-Host ""
& 'D:\Espressif\python_env\idf5.3_py3.11_env\Scripts\python.exe' 'D:\Espressif\frameworks\esp-idf-v5.3.1\tools\idf_monitor.py' -p COM3 -b 115200 --toolchain-prefix xtensa-esp32s3-elf- 'D:\XinJiaPo\Firefly_code\firefly_esp32\build\firefly_esp32.elf'