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: help/FAQ.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ Be sure to press the button correctly, you must "feel" a click. If your on-devic
61
61
62
62
- If esptool.py stops at "Uploading stub...", use --no-stub
63
63
64
-
- If the flash fails or the device does not operate as expected, try using the default ESP82xx boot ROM baud rate - `74880`. This is the baud rate the ESP82xx is set to by default when it boots into programming mode. This baud rate is a selection option in [Tasmota PyFlasher](Flashing#nodemcu-pyflasher). It can be specified as a command line option in [esptool.py](Flashing#esptoolpy) (`-b`) and [esptool.exe](Flashing#esptool-executable) (`-cb`).
64
+
- If the flash fails or the device does not operate as expected, try using the default ESP82xx boot ROM baud rate - `74880`. This is the baud rate the ESP82xx is set to by default when it boots into programming mode. It can be specified as a command line option in [esptool.py](/installation/Flashing#esptoolpy) (`-b`) and [esptool.exe](/installation/Flashing#esptool-executable) (`-cb`).
65
65
66
66
You may also want to select a serial monitor/terminal capable of setting this "unusual" baud rate. In Termite, type this value (`74880`) in the baud rate selection text box when configuring the port. Having the option to specify this unusual baud rate will allow you to view the [ESP8266 boot ROM log](https://github.com/espressif/esptool/wiki/ESP8266-Boot-ROM-Log) while the device is booting.
0 commit comments