清理所有编译文件
idf.py fullclean
重新配置
idf.py set-target esp32c6
编译
idf.py build
擦除整个flash(重要!)
idf.py -p COM4 erase-flash
重新烧录
idf.py -p COM4 flash
监控
idf.py -p COM4 monitor
idf.py fullclean
idf.py set-target esp32c6
idf.py build
idf.py -p COM4 erase-flash
idf.py -p COM4 flash
idf.py -p COM4 monitor