Skip to content

Commit

Permalink
qio->dio
Browse files Browse the repository at this point in the history
  • Loading branch information
wemos committed Dec 30, 2019
1 parent 14b7383 commit a352640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/tutorials/d1/get_started_with_micropython_d1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Flash firmware
::

esptool.py --port PORT_NAME erase_flash
esptool.py --port PORT_NAME --baud 1000000 write_flash --flash_size=4MB -fm qio 0 FIRMWARE.bin
esptool.py --port PORT_NAME --baud 1000000 write_flash --flash_size=4MB -fm dio 0 FIRMWARE.bin

.. note::
Don't forget to change **PORT_NAME** and **FIRMWARE.bin**.
Expand Down

0 comments on commit a352640

Please sign in to comment.