ESP-IDF:如何在一条命令中构建、烧录和监控

使用以下命令在一条命令中构建、烧录和监控你的 ESP-IDF 项目:

idf_build_flash_monitor.sh
idf.py -p /dev/ttyACM0 build flash monitor

此命令仅在构建成功时才会烧录项目。


Check out similar posts by category: ESP32, ESP-IDF