We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9db6504 commit 5192ddbCopy full SHA for 5192ddb
doc/boards.md
@@ -180,6 +180,9 @@ at startup the ESP prints out the current boot mode example:
180
rst cause:2, boot mode:(3,6)
181
```
182
183
+note:
184
+ - GPIO2 is used as TX output and the internal Pullup is enabled on boot.
185
+
186
#### rst cause
187
188
| Number | Description |
@@ -206,8 +209,7 @@ the first value respects the pin setup of the Pins 0, 2 and 15.
206
209
| 6 | 3.3V | 3.3V | 0V | SDIO |
207
210
| 7 | 3.3V | 3.3V | 3.3V | SDIO |
208
211
-Note:
-
-number = ((GPIO15 << 2) | (GPIO0 << 1) | GPIO2);
212
213
+ - number = ((GPIO15 << 2) | (GPIO0 << 1) | GPIO2);
214
215
0 commit comments