Esp32c3烧写

//察除
esptool.py --chip esp32c3 --port /dev/ttyUSB0 erase_flash

// 烧录
esptool.py --chip esp32c3 --port /dev/ttyUSB0 --baud 460800 write_flash -z 0x0 esp32c3-20220117-v1.18.bin

idf.py set-target esp32c3

idf.py menuconfig

idf.py build

idf.py -p PORT [-b BAUD]

idf.py -p PORT monitor