Skip to content

Commit aa3d67c

Browse files
committed
code formatting
1 parent 142afa9 commit aa3d67c

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,13 @@ Note the FULL option, of rebuilding EVERYTHING can take a quite long time on the
4343

4444
#Examples:
4545

46-
```./build_esp8266.sh MAKE-ONLY-ESP8266```
46+
./build_esp8266.sh MAKE-ONLY-ESP8266
4747

48-
or
49-
50-
```./build_esp8266.sh FLASH-ONLY```
48+
./build_esp8266.sh FLASH-ONLY
5149

5250
which really just does this:
5351

54-
```
55-
~/workspace/esptool/esptool.py --port /dev/ttyUSB0 --baud 115200 write_flash 0 ~/workspace/micropython/esp8266/build/firmware-combined.bin
56-
```
52+
~/workspace/esptool/esptool.py --port /dev/ttyUSB0 --baud 115200 write_flash 0 ~/workspace/micropython/esp8266/build/firmware-combined.bin
5753

5854

5955
## Comments & feedback

0 commit comments

Comments
 (0)