需要连接5v的线才行。 烧录过程 esptool烧录 擦除 esptool.py --chip esp32 --port COM7 erase_flash 烧录 esptool.py --chip esp32 --port COM7 --baud 460800 write_flash -z 0x1000 D:\download\micropython_camera_feeeb5ea3_esp32_idf4_4.bin thonny烧录 thonny烧录实际上也是使用了esptool,但是更加方便。按照王铭东老师的教程即可 调试模式接线 去除短接的...
需要连接5v的线才行。 烧录过程 esptool烧录 擦除 esptool.py --chip esp32 --port COM7 erase_flash 烧录 esptool.py --chip esp32 --port COM7 --baud 460800 write_flash -z 0x1000 D:\download\micropython_camera_feeeb5ea3_esp32_idf4_4.bin thonny烧录 thonny烧录实际上也是使用了esptool,但是...