We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b8038 commit a79bc7eCopy full SHA for a79bc7e
README.md
@@ -46,8 +46,8 @@ or
46
47
which really just does this:
48
49
-``` ~/workspace/esptool/esptool.py --port /dev/ttyUSB0 --baud 115200 write_flash 0 \\
50
- ~/workspace/micropython/esp8266/build/firmware-combined.bin
+```
+~/workspace/esptool/esptool.py --port /dev/ttyUSB0 --baud 115200 write_flash 0 ~/workspace/micropython/esp8266/build/firmware-combined.bin
51
```
52
53
0 commit comments