ESP-IDF:如何在一条命令中构建、烧录和监控
使用以下命令在一条命令中构建、烧录和监控你的 ESP-IDF 项目:
idf_build_flash_monitor.sh
idf.py -p /dev/ttyACM0 build flash monitor此命令仅在构建成功时才会烧录项目。
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow