mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-25 17:17:54 +01:00
added closing bracket, corrected bootloader baudrate to 74880 (#1996)
This commit is contained in:
parent
d7150ffd99
commit
8e327313b4
@ -113,7 +113,7 @@ This means effectively only the following pins can be used as general purpose GP
|
||||
---------- ------------------------------ ------------------------------
|
||||
``GPIO15`` If LOW on boot Weak Pull Up
|
||||
---------- ------------------------------ ------------------------------
|
||||
``GPIO16`` Has pull-down (but no pull-up Weak Pull Down
|
||||
``GPIO16`` Has pull-down (but no pull-up) Weak Pull Down
|
||||
resistor
|
||||
========== ============================== ==============================
|
||||
|
||||
@ -141,7 +141,7 @@ in the ``boot mode:`` line tells you what mode was selected
|
||||
ets Jan 8 2013,rst cause:4, boot mode:(3,6)
|
||||
|
||||
The first lines when viewing the UART logs might have unrecognized characters. This is
|
||||
because the ESP8266 bootloader uses a baudrate of 76800, whereas the program uses 115200.
|
||||
because the effective baudrate of the ESP8266 bootloader is 74800, whereas the program uses 115200.
|
||||
|
||||
Reset Causes
|
||||
------------
|
||||
|
Loading…
Reference in New Issue
Block a user