ESP32-D0WDQ6刷MicroPython固件
pip install esptool
pip install pyserial
擦除所有的flash
esptool.py --port COM6 erase_flash
esptool.py --chip esp32 --port COM4 write_flash -z 0x1000 esp32-20210418-v1.15.bin
Install ESP32 Filesystem Uploader in Arduino IDE
查询 efuse 当前的状态
espefuse.py --chip esp32 --port com11 summary