26
01月
2022
pip3 install esptool
esptool.py --port /dev/tty.wchusbserial1430 --baud 115200 write_flash --flash_size=4MB -fm dio 0 /xxxxxxxx/esp8266/xxxxxxx.bin
参数尽量写全 要不然连不上python解释器
特殊说明,本文版权归 ning个人博客 所有带原创标签请勿转载,转载请注明出处.
本文标题: esptool刷固件micropython