清理所有編譯文件
idf.py fullclean
重新配置
idf.py set-target esp32c6
編譯
idf.py build
擦除整個(gè)flash(重要?。?/h1>
idf.py -p COM4 erase-flash
重新燒錄
idf.py -p COM4 flash
監(jiān)控
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