added closing bracket, corrected bootloader baudrate to 74880 (#1996)

This commit is contained in:
pbevilac 2022-04-13 06:09:18 +02:00 committed by GitHub
parent d7150ffd99
commit 8e327313b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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 ``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 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) 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 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 Reset Causes
------------ ------------