Skip to content

Commit 0c03552

Browse files
noahwilliamssonigrr
authored andcommitted
README.md: Improve markdown for code example
Conflicts: README.md
1 parent 90fb9ce commit 0c03552

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,9 @@ Several APIs may be used to get flash chip info:
174174
```ESP.getVcc()``` may be used to measure supply voltage. ESP needs to reconfigure the ADC
175175
at startup in order for this feature to be available. Add the following line to the top
176176
of your sketch to use ```getVcc```:
177-
```
178-
ADC_MODE(ADC_VCC);
179-
```
177+
178+
ADC_MODE(ADC_VCC);
179+
180180
TOUT pin has to be disconnected in this mode.
181181

182182
Note that by default ADC is configured to read from TOUT pin using ```analogRead(A0)```, and

0 commit comments

Comments
 (0)