You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,8 +46,7 @@ To see all options for a particular command, append `-h` to the command name. ie
46
46
47
47
### Serial Port
48
48
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).
51
50
* A default serial port can be specified by setting the `ESPTOOL_PORT` environment variable.
52
51
* 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).
53
52
@@ -215,8 +214,7 @@ The following commands are less commonly used, or only of interest to advanced u
215
214
The following tools for ESP32, bundled with esptool.py, are documented on the wiki:
216
215
217
216
*[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)
220
218
221
219
## Serial Connections
222
220
@@ -232,7 +230,7 @@ Ground | Ground
232
230
233
231
Note that TX (transmit) on the ESP8266 is connected to RX (receive) on the serial port connection, and vice versa.
234
232
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!
236
234
237
235
## Entering the Bootloader
238
236
@@ -406,7 +404,7 @@ In addition to these pins, GPIOs 6 & 11 are also used to access the SPI flash (i
406
404
407
405
### Early stage crash
408
406
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.
0 commit comments