Skip to content

Commit 016d22f

Browse files
committed
code formatting
1 parent 25d8eed commit 016d22f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,15 @@ Note the FULL option, of rebuilding EVERYTHING can take a quite long time on the
4040

4141
```./build_esp8266.sh MAKE-ONLY-ESP8266```
4242

43+
or
44+
4345
```./build_esp8266.sh FLASH-ONLY```
4446

4547
which really just does this:
4648

47-
``` ~/workspace/esptool/esptool.py --port /dev/ttyUSB0 --baud 115200 write_flash 0 ~/workspace/micropython/esp8266/build/firmware-combined.bin```
49+
``` ~/workspace/esptool/esptool.py --port /dev/ttyUSB0 --baud 115200 write_flash 0 \
50+
~/workspace/micropython/esp8266/build/firmware-combined.bin
51+
```
4852

4953

5054
## Comments & feedback

0 commit comments

Comments
 (0)