MicroPython_esp32_擦除flash 使用windows命令行擦除flash 1、获取esptool工具 pip install esptool 2、查看串口号 3、输入擦除命令 esptool.py --port COM3 erase_flash