Skip to content

Commit b139bae

Browse files
authored
docs: Remove incorrect statement on ESP32-S3 default resolution
1 parent c7520cc commit b139bae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/en/api/adc.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ This function will return analog value in millivolts (calibrated).
5252
analogReadResolution
5353
^^^^^^^^^^^^^^^^^^^^
5454

55-
This function is used to set the resolution of ``analogRead`` return value. Default is 12 bits (range from 0 to 4095)
56-
for all chips except ESP32-S3 where default is 13 bits (range from 0 to 8191).
55+
This function is used to set the resolution of ``analogRead`` return value. Default is 12 bits (range from 0 to 4095).
5756
When different resolution is set, the values read will be shifted to match the given resolution.
5857

5958
Range is 1 - 16 .The default value will be used, if this function is not used.

0 commit comments

Comments
 (0)