Skip to content

Commit 99afb72

Browse files
committed
README: Minor formatting cleanup
1 parent e84886f commit 99afb72

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ To see all options for a particular command, append `-h` to the command name. ie
4646

4747
### Serial Port
4848

49-
The serial port is selected using the `-p` option, like `-p /dev/ttyUSB0` (Linux and macOS) or `-p COM1` (Windows).
50-
49+
* The serial port is selected using the `-p` option, like `-p /dev/ttyUSB0` (Linux and macOS) or `-p COM1` (Windows).
5150
* A default serial port can be specified by setting the `ESPTOOL_PORT` environment variable.
5251
* If no `-p` option or `ESPTOOL_PORT` value is specified, `esptool.py` will enumerate all connected serial ports and try each one until it finds an Espressif device connected (new behaviour in v2.4.0).
5352

@@ -215,8 +214,7 @@ The following commands are less commonly used, or only of interest to advanced u
215214
The following tools for ESP32, bundled with esptool.py, are documented on the wiki:
216215

217216
* [espefuse.py - for reading/writing ESP32 efuse region](https://github.com/espressif/esptool/wiki/espefuse)
218-
* [espsecure.py - for working with ESP32 security features](https://git
219-
hub.com/espressif/esptool/wiki/espsecure)
217+
* [espsecure.py - for working with ESP32 security features](https://github.com/espressif/esptool/wiki/espsecure)
220218

221219
## Serial Connections
222220

@@ -232,7 +230,7 @@ Ground | Ground
232230

233231
Note that TX (transmit) on the ESP8266 is connected to RX (receive) on the serial port connection, and vice versa.
234232

235-
Do not connect the chip to 5V TTL serial adapters, and especially not to high voltage RS-232 adapters! 3.3v serial only!
233+
Do not connect the chip to 5V TTL serial adapters, and especially not to "standard" RS-232 adapters! 3.3V serial only!
236234

237235
## Entering the Bootloader
238236

@@ -406,7 +404,7 @@ In addition to these pins, GPIOs 6 & 11 are also used to access the SPI flash (i
406404

407405
### Early stage crash
408406

409-
Use a [serial terminal program](#serial-terminal-programs) to view the boot log. (ESP8266 baud rate is 74880bps, ESP32 is 115200bps). See if the program is crashing during early startup or outputting an error message. See [Boot log](#boot-log) for an example.
407+
Use a [serial terminal program](#serial-terminal-programs) to view the boot log. (ESP8266 baud rate is 74880bps, ESP32 is 115200bps). See if the program is crashing during early startup or outputting an error message.
410408

411409
## Serial Terminal Programs
412410

0 commit comments

Comments
 (0)