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解释器

发表评论